You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/01/11 14:32:29 UTC

svn commit: r1230014 - /incubator/amber/trunk/pom.xml

Author: simonetripodi
Date: Wed Jan 11 13:32:29 2012
New Revision: 1230014

URL: http://svn.apache.org/viewvc?rev=1230014&view=rev
Log:
package javadoc jar just when deploying a release

Modified:
    incubator/amber/trunk/pom.xml

Modified: incubator/amber/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1230014&r1=1230013&r2=1230014&view=diff
==============================================================================
--- incubator/amber/trunk/pom.xml (original)
+++ incubator/amber/trunk/pom.xml Wed Jan 11 13:32:29 2012
@@ -440,15 +440,6 @@
         <configuration>
            <aggregate>true</aggregate>
         </configuration>
-        <executions>
-          <execution>
-            <id>attach-javadocs</id>
-            <phase>package</phase>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
 
       <plugin>