]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - archetypes/pom.xml
Edit connector wizard
[gpl/argeo-slc.git] / archetypes / pom.xml
index 5451ee366f54b49d228e69870ff7f930fda4c695..b8652add9752fc1bfe72586213ae6fbdfbd459c1 100644 (file)
@@ -3,14 +3,21 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.12.0</version>
+               <version>1.1.15-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