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>