]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - archetypes/pom.xml
Introduce Argeo OSGi distribution interface
[gpl/argeo-slc.git] / archetypes / pom.xml
index 24642c906f24c676536a4eacb30f68f8f318355a..8ce5f9cc2e005528de5b6b3b2911f0d7645ddaf5 100644 (file)
@@ -3,14 +3,21 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.12.1-SNAPSHOT</version>
+               <version>1.1.19-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc</groupId>
-       <artifactId>archetype</artifactId>
+       <artifactId>archetypes</artifactId>
        <packaging>pom</packaging>
-       <name>SLC Maven Archetype</name>
+       <name>SLC Maven Archetypes</name>
        <modules>
-               <module>org.argeo.slc.archetype.basic</module>
+               <module>org.argeo.slc.executionmodule</module>
        </modules>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                       </plugin>
+               </plugins>
+       </build>
 </project>
\ No newline at end of file