Author: bimargulies
Date: Fri Nov 26 13:55:58 2010
New Revision: 1039357
URL: http://svn.apache.org/viewvc?rev=1039357&view=rev
Log:
Clean out unwanted deployment of site.xml.
Modified:
webservices/xmlschema/trunk/pom.xml
Modified: webservices/xmlschema/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1039357&r1=1039356&r2=1039357&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Fri Nov 26 13:55:58 2010
@@ -173,19 +173,6 @@
</plugin>
</plugins>
</pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-descriptor</id>
- <goals>
- <goal>attach-descriptor</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
</build>
<profiles>
<profile>
@@ -195,7 +182,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.0-beta-2</version>
+ <version>3.0-beta-3</version>
<executions>
<execution>
<id>site</id>