]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/pom.xml
Introduce Lib and Dep minimal
[gpl/argeo-slc.git] / dep / pom.xml
index dbf8f1abb63ed8f5bd4333ef750d8b2348bafff2..6060a63dba0fc79fb9fe5dd031125b79ecb2f957 100644 (file)
@@ -3,14 +3,62 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>1.1.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc</groupId>
        <artifactId>dep</artifactId>
+       <name>SLC Dependencies</name>
        <packaging>pom</packaging>
-       <name>Argeo SLC Dependencies</name>
        <modules>
-               <module>org.argeo.slc.dep.server</module>
+               <module>org.argeo.slc.dep.detached</module>
+               <module>org.argeo.slc.dep.minimal</module>
+               <module>org.argeo.slc.dep.backend</module>
+               <module>org.argeo.slc.dep.eclipse</module>
+               <module>org.argeo.slc.dep.rcp</module>
+               <module>org.argeo.slc.dep.rap</module>
        </modules>
+       <build>
+               <resources>
+                       <resource>
+                               <directory>.</directory>
+                               <includes>
+                                       <include>*.inf</include>
+                               </includes>
+                       </resource>
+               </resources>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                       </plugin>
+               </plugins>
+       </build>
+       <profiles>
+               <profile>
+                       <id>rpmbuild</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <artifactId>maven-antrun-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               <phase>install</phase>
+                                                               <goals>
+                                                                       <goal>run</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <target>
+                                                                               <copy todir="${rpm.stagingRepository}" verbose="true" failonerror="false">
+                                                                                       <fileset dir="${project.build.directory}/rpm" includes="*/RPMS/**/*.rpm" />
+                                                                                       <flattenmapper />
+                                                                               </copy>
+                                                                       </target>
+                                                               </configuration>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
+       </profiles>
 </project>
\ No newline at end of file