Initial import. Wrapper project

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@13 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2008-07-09 12:38:05 +00:00
parent 14de801d6d
commit 35cf51efe5

View File

@ -0,0 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sourcesense.alfresco</groupId>
<artifactId>Maven Alfresco Archetypes support</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>maven-alfresco-archetypes</name>
<url>http://maven.apache.org</url>
<modules>
<module>../maven-alfresco-amp-archetype</module>
<module>../maven-alfresco-extension-archetype</module>
</modules>
</project>