Skip Javadoc generation for the time being
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 17 Apr 2017 15:59:34 +0000 (17:59 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 17 Apr 2017 15:59:34 +0000 (17:59 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1c1e23b6994fb6a53f3b4dfe2c24e4231c98900e..8c60b78931c62650e95954194c330a051ccfd2a9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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.commons</groupId>
@@ -37,7 +38,7 @@
                <module>org.argeo.slc.client.ui</module>
                <module>org.argeo.slc.client.ui.dist</module>
                <module>org.argeo.slc.client.rap</module>
-<!--           <module>org.argeo.slc.client.rcp</module> -->
+               <!-- <module>org.argeo.slc.client.rcp</module> -->
 
                <module>lib</module>
                <module>dep</module>
@@ -49,8 +50,8 @@
                <connection>scm:git:http://git.argeo.org/apache2/argeo-slc.git</connection>
                <url>http://git.argeo.org/?p=apache2/argeo-slc.git;a=summary</url>
                <developerConnection>scm:git:https://code.argeo.org/git/apache2/argeo-slc.git</developerConnection>
-         <tag>HEAD</tag>
-  </scm>
+               <tag>HEAD</tag>
+       </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>
                <license>
@@ -120,6 +121,12 @@ limitations under the License.
                                        <skip>false</skip>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <repositories>
@@ -141,7 +148,7 @@ limitations under the License.
                                <checksumPolicy>warn</checksumPolicy>
                        </releases>
                </repository>
-               
+
                <!-- Disable Maven default repository -->
                <repository>
                        <id>central</id>