You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by cr...@apache.org on 2006/08/26 05:42:31 UTC

svn commit: r437062 - /shale/framework/trunk/pom.xml

Author: craigmcc
Date: Fri Aug 25 20:42:30 2006
New Revision: 437062

URL: http://svn.apache.org/viewvc?rev=437062&view=rev
Log:
Comment out producing sources and javadoc artifacts, until we get ready
for another release.

Modified:
    shale/framework/trunk/pom.xml

Modified: shale/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?rev=437062&r1=437061&r2=437062&view=diff
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Fri Aug 25 20:42:30 2006
@@ -258,6 +258,7 @@
                   </execution>
                </executions>
             </plugin>
+<!-- Comment out until we prepare for another release
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
@@ -282,6 +283,7 @@
                     </execution>
                 </executions>
             </plugin>
+-->
         </plugins>
 
         <defaultGoal>install</defaultGoal>