You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cs...@apache.org on 2018/07/12 15:17:59 UTC

svn commit: r1835748 - /felix/trunk/systemready/pom.xml

Author: cschneider
Date: Thu Jul 12 15:17:59 2018
New Revision: 1835748

URL: http://svn.apache.org/viewvc?rev=1835748&view=rev
Log:
Add javadoc config

Modified:
    felix/trunk/systemready/pom.xml

Modified: felix/trunk/systemready/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/systemready/pom.xml?rev=1835748&r1=1835747&r2=1835748&view=diff
==============================================================================
--- felix/trunk/systemready/pom.xml (original)
+++ felix/trunk/systemready/pom.xml Thu Jul 12 15:17:59 2018
@@ -56,7 +56,7 @@
                     </archive>
                 </configuration>
             </plugin>
-                        <plugin>
+            <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <executions>
@@ -98,6 +98,16 @@
                     </excludes>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <attach>true</attach>
+                    <quiet>true</quiet>
+                    <encoding>UTF-8</encoding>
+                    <additionalparam>-Xdoclint:none</additionalparam>
+                </configuration>
+            </plugin>
         </plugins>
     </build>