]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - archetypes/pom.xml
Simplify Maven configurations
[gpl/argeo-slc.git] / archetypes / pom.xml
index 3fb57c9e6f9cd0217b4ad306a32d06f28717e00c..5849423c336bcc1963b84317b92eb2a9efaa9027 100644 (file)
@@ -1,16 +1,24 @@
-<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">
+<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>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.5-SNAPSHOT</version>
+               <version>1.1.4-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