Author: reschke
Date: Tue May 8 10:36:25 2018
New Revision: 1831158
URL: http://svn.apache.org/viewvc?rev=1831158&view=rev
Log:
OAK-7483: add "javadoc" profile for Jenkins matrix builds
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=1831158&r1=1831157&r2=1831158&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Tue May 8 10:36:25 2018
@@ -830,6 +830,25 @@
</build>
</profile>
<profile>
+ <id>javadoc</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
<id>pedantic</id>
<build>
<plugins>