Author: andy
Date: Sun Jun 30 17:40:59 2013
New Revision: 1498161
URL: http://svn.apache.org/r1498161
Log:
Use default execution setup for javadoc
Modified:
jena/trunk/jena-text/pom.xml
Modified: jena/trunk/jena-text/pom.xml
URL:
http://svn.apache.org/viewvc/jena/trunk/jena-text/pom.xml?rev=1498161&r1=1498160&r2=1498161&view=diff
==============================================================================
--- jena/trunk/jena-text/pom.xml (original)
+++ jena/trunk/jena-text/pom.xml Sun Jun 30 17:40:59 2013
@@ -192,14 +192,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
<configuration>
<version>true</version>
<show>public</show>