RPM build
[gpl/argeo-slc.git] / dist / pom.xml
index dcaae1c3248757a3f0ee010ca70deee31dcca1a7..09be12edcbd0b30ace4ffc7d7ae43c8c45e502b5 100644 (file)
@@ -1,4 +1,5 @@
-<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>
        <name>SLC Distribution</name>
        <modules>
                <module>slc</module>
-               <module>slc-maven</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>
+       <!-- <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