You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/01/10 18:29:28 UTC

[2/3] struts-examples git commit: Fixes issue with JavaDocs

Fixes issue with JavaDocs


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/b2fd3306
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/b2fd3306
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/b2fd3306

Branch: refs/heads/master
Commit: b2fd3306c75be95d7dfb5f817e2caaf004ab6f20
Parents: a591046
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Sun Jan 10 18:24:57 2016 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Sun Jan 10 18:24:57 2016 +0100

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/b2fd3306/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 42db995..8196932 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,6 +104,13 @@
                     <target>1.8</target>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <additionalparam>-Xdoclint:none</additionalparam>
+                </configuration>
+            </plugin>
         </plugins>
 
     </build>