-- 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:
mindthegab
2008-07-10 09:11:02 +00:00
parent f19d4e3c2b
commit 573a8ee34c
2 changed files with 42 additions and 26 deletions

67
pom.xml
View File

@@ -17,32 +17,49 @@
--> -->
<project> <project>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.sourcesense.alfresco</groupId> <groupId>com.sourcesense.alfresco</groupId>
<artifactId>maven-alfresco-amp-archetype</artifactId> <artifactId>maven-alfresco-amp-archetype</artifactId>
<packaging>maven-archetype</packaging> <packaging>maven-archetype</packaging>
<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>
<parent> <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>
<groupId>com.sourcesense.alfresco</groupId> <groupId>com.sourcesense.alfresco</groupId>
<artifactId>maven-alfresco-archetypes</artifactId> <artifactId>maven-alfresco-archetypes</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
<build> <build>
<extensions> <extensions>
<extension> <extension>
<groupId>org.apache.maven.archetype</groupId> <groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId> <artifactId>archetype-packaging</artifactId>
<version>2.0-alpha-3</version> <version>2.0-alpha-3</version>
</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>

View File

@@ -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>