You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by fr...@apache.org on 2016/08/24 10:18:41 UTC

svn commit: r1757484 - /jackrabbit/oak/trunk/oak-segment-tar/pom.xml

Author: frm
Date: Wed Aug 24 10:18:41 2016
New Revision: 1757484

URL: http://svn.apache.org/viewvc?rev=1757484&view=rev
Log:
OAK-4694 - Add Maven Javadoc Plugin and Apache Rat Plugin to the build

Modified:
    jackrabbit/oak/trunk/oak-segment-tar/pom.xml

Modified: jackrabbit/oak/trunk/oak-segment-tar/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-segment-tar/pom.xml?rev=1757484&r1=1757483&r2=1757484&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-segment-tar/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-segment-tar/pom.xml Wed Aug 24 10:18:41 2016
@@ -76,6 +76,29 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>