Repository: cxf-dosgi
Updated Branches:
  refs/heads/master 584283f3b -> 24b298134


Update javadoc for java 8


Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/82dc00f3
Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/82dc00f3
Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/82dc00f3

Branch: refs/heads/master
Commit: 82dc00f345a84488a6cd17033502f0867d76ff6d
Parents: 584283f
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Jul 10 15:28:27 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Jul 10 15:28:27 2017 +0200

----------------------------------------------------------------------
 parent/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/82dc00f3/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 2fd7989..09c25a6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -255,6 +255,17 @@
                         </execution>
                     </executions>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.10.3</version>
+                    <configuration>
+                        <attach>true</attach>
+                        <quiet>true</quiet>
+                        <encoding>UTF-8</encoding>
+                        <additionalparam>-Xdoclint:none</additionalparam>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
 

Reply via email to