mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-10-01 14:41:57 +00:00
-- added site deployment properties
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes/maven-alfresco-amp-archetype@32 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
29
pom.xml
29
pom.xml
@@ -24,13 +24,20 @@
|
|||||||
<name>Maven Alfresco Amp Archetype</name>
|
<name>Maven Alfresco Amp Archetype</name>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<description>
|
<description>
|
||||||
This archetype aims to provide a standardized approach to development,
|
This archetype aims to provide a standardized approach to development, release and deployment of Alfresco AMPs (as opposed to Alfresco
|
||||||
release and deployment of Alfresco AMPs (as opposed to Alfresco extensions, released as a different artifact ).
|
extensions, released as a different artifact ). Using standard m2 lifecycle commands (mvn compile package deploy) and generally available
|
||||||
Using standard m2 lifecycle commands (mvn compile package deploy) and generally available plugins (cargo, release, assembly)
|
plugins (cargo, release, assembly) we are able to cover a very high percentage of Alfresco lifecycle common use cases. You are able within
|
||||||
we are able to cover a very high percentage of Alfresco lifecycle common use cases.
|
minutes to have a compatible AMP module built and its lifecycle supported by Maven, in a fully transparent way also with open source available
|
||||||
You are able within minutes to have a compatible AMP module built and its lifecycle supported by Maven, in a fully
|
AMPs.
|
||||||
transparent way also with open source available AMPs.
|
|
||||||
</description>
|
</description>
|
||||||
|
<properties>
|
||||||
|
<svn.url>${svn.base.url}/trunk/maven-alfresco-archetypes/${artifactId}</svn.url>
|
||||||
|
<site.url>https://repository.sourcesense.com/maven2-sites/maven-alfresco-archetypes/${pom.artifactId}</site.url>
|
||||||
|
</properties>
|
||||||
|
<scm>
|
||||||
|
<developerConnection>scm:svn:${svn.url}</developerConnection>
|
||||||
|
<url>${svn.url}</url>
|
||||||
|
</scm>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.sourcesense.alfresco</groupId>
|
<groupId>com.sourcesense.alfresco</groupId>
|
||||||
<artifactId>maven-alfresco-archetypes</artifactId>
|
<artifactId>maven-alfresco-archetypes</artifactId>
|
||||||
@@ -45,4 +52,14 @@
|
|||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
</build>
|
</build>
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>ss-public</id>
|
||||||
|
<url>scp://repository.sourcesense.com/var/www/demo.sourcesense.com/maven2</url>
|
||||||
|
</repository>
|
||||||
|
<site>
|
||||||
|
<id>ss-site-public</id>
|
||||||
|
<url>scp://repository.sourcesense.com/var/www/demo.sourcesense.com/maven2-sites/${pom.artifactId}</url>
|
||||||
|
</site>
|
||||||
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
@@ -27,7 +27,6 @@
|
|||||||
<item name="Roadmap" href="http://forge.alfresco.com/docman/view.php/90/1645/ROADMAP.txt"/>
|
<item name="Roadmap" href="http://forge.alfresco.com/docman/view.php/90/1645/ROADMAP.txt"/>
|
||||||
<item name="FAQ" href="faq.html"/>
|
<item name="FAQ" href="faq.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
<menu ref="reports"/>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user