You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2017/03/20 17:47:47 UTC

servicemix-specs git commit: Fix javadoc generation

Repository: servicemix-specs
Updated Branches:
  refs/heads/master 3bd1e1009 -> 03c575465


Fix javadoc generation


Project: http://git-wip-us.apache.org/repos/asf/servicemix-specs/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-specs/commit/03c57546
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-specs/tree/03c57546
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-specs/diff/03c57546

Branch: refs/heads/master
Commit: 03c575465b422b87bc6df8e9cdbb8dc8903529fa
Parents: 3bd1e10
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Mon Mar 20 18:47:38 2017 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Mar 20 18:47:38 2017 +0100

----------------------------------------------------------------------
 jsr370-api-m4/pom.xml | 4 ++++
 jsr370-api-m5/pom.xml | 4 ++++
 pom.xml               | 2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/03c57546/jsr370-api-m4/pom.xml
----------------------------------------------------------------------
diff --git a/jsr370-api-m4/pom.xml b/jsr370-api-m4/pom.xml
index 5fd9ec0..895d43c 100644
--- a/jsr370-api-m4/pom.xml
+++ b/jsr370-api-m4/pom.xml
@@ -168,6 +168,10 @@
                             </execution>
                         </executions>
                         <configuration>
+                            <additionalparam>-Xdoclint:none</additionalparam>
+                            <sourceFileExcludes>
+				<exclude>**/module-info.java</exclude>
+			    </sourceFileExcludes>
                             <minmemory>128m</minmemory>
                             <maxmemory>512m</maxmemory>
                             <sourcepath>${project.build.directory}/sources</sourcepath>

http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/03c57546/jsr370-api-m5/pom.xml
----------------------------------------------------------------------
diff --git a/jsr370-api-m5/pom.xml b/jsr370-api-m5/pom.xml
index 1e2ffb9..327e144 100644
--- a/jsr370-api-m5/pom.xml
+++ b/jsr370-api-m5/pom.xml
@@ -168,6 +168,10 @@
                             </execution>
                         </executions>
                         <configuration>
+                            <additionalparam>-Xdoclint:none</additionalparam>
+                            <sourceFileExcludes>
+                                <exclude>**/module-info.java</exclude>
+                            </sourceFileExcludes>
                             <minmemory>128m</minmemory>
                             <maxmemory>512m</maxmemory>
                             <sourcepath>${project.build.directory}/sources</sourcepath>

http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/03c57546/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 93d4994..11cf3cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,7 +287,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.9.1</version>
                 <configuration>
                     <additionalparam>-Xdoclint:none</additionalparam>
                     <minmemory>128m</minmemory>