Author: olamy
Date: Fri Jan 25 09:17:23 2013
New Revision: 1438398
URL: http://svn.apache.org/viewvc?rev=1438398&view=rev
Log:
no need to deploy site
Modified:
maven/doxia/site/trunk/pom.xml
Modified: maven/doxia/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/trunk/pom.xml?rev=1438398&r1=1438397&r2=1438398&view=diff
==============================================================================
--- maven/doxia/site/trunk/pom.xml (original)
+++ maven/doxia/site/trunk/pom.xml Fri Jan 25 09:17:23 2013
@@ -30,6 +30,7 @@ under the License.
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site</artifactId>
<packaging>pom</packaging>
+ <version>1.0-SNAPSHOT</version>
<name>Doxia Site</name>
<description>Site of the Maven Doxia Framework</description>
@@ -299,6 +300,13 @@ under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>