]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
Introduce doc profile in order to fasten builds
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dd4abe9345b772b0725a2cbde3336aa53b43b016..a20cfdb5ad9b44131b3d35576aee081f39e039b3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,15 +9,15 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>0.3.4-SNAPSHOT</version>
+       <version>0.3.5-SNAPSHOT</version>
        <name>Argeo Commons</name>
        <description>Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring</description>
        <packaging>pom</packaging>
        <properties>
                <developmentCycle>0.3</developmentCycle>
                <developmentCycle.startDate>2011-03-24</developmentCycle.startDate>
-               <version.argeo-distribution>1.1.7</version.argeo-distribution>
-               <version.argeo-commons>0.3.4</version.argeo-commons>
+               <version.argeo-distribution>1.1.8-SNAPSHOT</version.argeo-distribution>
+               <version.argeo-commons>0.3.5-SNAPSHOT</version.argeo-commons>
                <!-- distribution -->
                <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
                <site.urlBase>http://projects.argeo.org/commons/site</site.urlBase>
@@ -32,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>
@@ -149,6 +147,10 @@ limitations under the License.
                                        <artifactId>maven-resources-plugin</artifactId>
                                        <version>2.5</version>
                                </plugin>
+                               <plugin>
+                                       <artifactId>maven-dependency-plugin</artifactId>
+                                       <version>2.4</version>
+                               </plugin>
                                <plugin>
                                        <artifactId>maven-release-plugin</artifactId>
                                        <version>2.2.2</version>
@@ -439,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