Introduce doc profile in order to fasten builds
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 28 Mar 2012 09:48:40 +0000 (09:48 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 28 Mar 2012 09:48:40 +0000 (09:48 +0000)
Remove demo POM

git-svn-id: https://svn.argeo.org/commons/trunk@5249 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/pom.xml [deleted file]
pom.xml

diff --git a/demo/pom.xml b/demo/pom.xml
deleted file mode 100644 (file)
index 258b5f6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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.commons</groupId>
-               <version>0.3.5-SNAPSHOT</version>
-               <artifactId>argeo-commons</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>demo</artifactId>
-       <name>Commons Demo</name>
-       <packaging>pom</packaging>
-</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 1b32ddb393e12afd3d6959657d6000d5313bc823..a20cfdb5ad9b44131b3d35576aee081f39e039b3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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</groupId>
@@ -31,8 +32,6 @@
                <module>server</module>
                <module>eclipse</module>
                <module>security</module>
-               <module>demo</module>
-               <module>doc</module>
        </modules>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
@@ -442,5 +441,11 @@ limitations under the License.
                                </rpm.stagingRepository>
                        </properties>
                </profile>
+               <profile>
+                       <id>doc</id>
+                       <modules>
+                               <module>doc</module>
+                       </modules>
+               </profile>
        </profiles>
 </project>
\ No newline at end of file