]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - lib/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / lib / pom.xml
index d75a794568796904be9a982ce7bea3dde291a984..d1569901dbdb3657e3adc967442891489f84656e 100644 (file)
@@ -1,16 +1,21 @@
-<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>1.1.4-SNAPSHOT</version>
+               <version>1.1.15-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>lib</artifactId>
        <packaging>pom</packaging>
        <name>SLC Standard Libs</name>
-       <description>SLC execution modules for generic tasks</description>
+       <description>SLC execution modules for generic tasks, to be used as parent pom</description>
+       <modules>
+               <module>org.argeo.slc.lib.build</module>
+               <module>org.argeo.slc.lib.jcr</module>
+               <module>org.argeo.slc.lib.repo</module>
+               <module>org.argeo.slc.lib.rpmfactory</module>
+       </modules>
        <properties>
                <additionalImports.slc-lib>
                        com.jcraft.jsch;resolution:=optional,
@@ -26,6 +31,7 @@
                                </includes>
                                <excludes>
                                        <exclude>.*</exclude>
+                                       <exclude>.*/**</exclude>
                                        <exclude>pom.xml</exclude>
                                        <exclude>build.properties</exclude>
                                </excludes>
                                        </instructions>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <artifactId>maven-clean-plugin</artifactId>
-                               <configuration>
-                                       <filesets>
-                                               <fileset>
-                                                       <directory>META-INF</directory>
-                                                       <includes>
-                                                               <include>MANIFEST.MF</include>
-                                                       </includes>
-                                               </fileset>
-                                       </filesets>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-plugin</artifactId>
-                       </plugin>
                </plugins>
        </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.minimal</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
-                       <type>pom</type>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.dep.backend</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
+                       <version>1.1.15-SNAPSHOT</version>
                        <type>pom</type>
-                       <optional>true</optional>
                </dependency>
        </dependencies>
 </project>