]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/pom.xml
[maven-release-plugin] prepare release argeo-slc-2.1.8
[gpl/argeo-slc.git] / dist / pom.xml
index 21c424cb89295527b1898c858b3ae095abdf6add..bbeded468ff6f9cf076785a2e965e08a624fba53 100644 (file)
@@ -1,10 +1,9 @@
-<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.12.1-SNAPSHOT</version>
+               <version>2.1.8</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <packaging>pom</packaging>
        <name>SLC Distribution</name>
        <modules>
-               <module>org.argeo.slc.sdk</module>
+               <module>slc</module>
+               <module>slc-maven</module>
        </modules>
+       <!-- <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