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 re...@apache.org on 2019/08/22 16:21:19 UTC

svn commit: r1865691 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Thu Aug 22 16:21:19 2019
New Revision: 1865691

URL: http://svn.apache.org/viewvc?rev=1865691&view=rev
Log:
OAK-8517: javadoc:aggregate build fails - add 'aggregate' to 'javadoc' profile for CI testing (reverted r1863979)

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1865691&r1=1865690&r2=1865691&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Aug 22 16:21:19 2019
@@ -962,7 +962,6 @@
                 <phase>verify</phase>
                 <goals>
                   <goal>jar</goal>
-                  <goal>aggregate</goal>
                 </goals>
               </execution>
             </executions>