Adapt to changes in Argeo TP
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 79365daba0ff7746de1df7057a90e7a8bacbd74d..a049101544945f908d96a418d5f9f6daf245cd03 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,15 +3,13 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>2.1.75-SNAPSHOT</version>
+       <version>2.1.76-SNAPSHOT</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <!-- <url>http://repo.argeo.org/data/docs/argeo-2.1/site/argeo-commons/</url> -->
        <properties>
-               <version.argeo-commons>2.1.75-SNAPSHOT</version.argeo-commons>
-               <!-- <developmentCycle.argeo-commons>2.1</developmentCycle.argeo-commons> -->
-               <!-- <developmentCycle.argeo-commons.startDate>2012-12-19</developmentCycle.argeo-commons.startDate> -->
-               <version.argeo-tp>2.1.20</version.argeo-tp>
+               <version.argeo-commons>2.1.76-SNAPSHOT</version.argeo-commons>
+               <version.argeo-tp>2.1.21-SNAPSHOT</version.argeo-tp>
                <!-- RPM -->
                <argeo.rpm.release>7</argeo.rpm.release>
                <argeo.rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2/el7</argeo.rpm.stagingRepository>
@@ -221,6 +219,16 @@ limitations under the License.
                                        <artifactId>maven-site-plugin</artifactId>
                                        <version>3.7</version>
                                </plugin>
+                               <plugin>
+                                       <artifactId>maven-javadoc-plugin</artifactId>
+                                       <version>3.0.0</version>
+                                       <configuration>
+                                               <failOnError>false</failOnError>
+                                               <additionalJOption>-Xdoclint:none</additionalJOption>
+                                               <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
+                                               <encoding>UTF-8</encoding>
+                                       </configuration>
+                               </plugin>
                                <plugin>
                                        <artifactId>maven-release-plugin</artifactId>
                                        <version>2.5.1</version>
@@ -447,7 +455,7 @@ limitations under the License.
                </repository>
                <site>
                        <id>staging</id>
-                       <url>dav:https://forge.argeo.org/data/docs/argeo-2.1/site/argeo-commons/</url>
+                       <url>file:///srv/docfactory/argeo-2.1/site/argeo-commons/</url>
                </site>
        </distributionManagement>
        <profiles>
@@ -522,10 +530,6 @@ limitations under the License.
                                        <url>dav:http://localhost:7080/data/java/argeo-2.1/</url>
                                        <uniqueVersion>false</uniqueVersion>
                                </repository>
-                               <site>
-                                       <id>staging</id>
-                                       <url>dav:http://localhost:7080/data/docs/argeo-2.1/site/argeo-commons/</url>
-                               </site>
                        </distributionManagement>
                </profile>
        </profiles>