Author: gabriele
Date: Tue Apr 26 05:42:03 2016
New Revision: 1740949
URL: http://svn.apache.org/viewvc?rev=1740949&view=rev
Log:
removing obsolete duplicated execution of javadoc plugin - already present in
<reporting>
Modified:
chemistry/opencmis/trunk/pom.xml
Modified: chemistry/opencmis/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1740949&r1=1740948&r2=1740949&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Tue Apr 26 05:42:03 2016
@@ -685,22 +685,6 @@
</activation>
<build>
<plugins>
- <!-- Generates aggregated javadocs -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.3</version>
- <inherited>false</inherited>
- <executions>
- <execution>
- <id>generate-docs</id>
- <goals>
- <goal>aggregate</goal>
- </goals>
- <phase>generate-resources</phase>
- </execution>
- </executions>
- </plugin>
<!--
We want to package up licenses
resources in the JARs produced