qdox/qdox-disable-xsite.patch
2010-01-14 09:11:54 +00:00

62 lines
1.7 KiB
Diff

--- pom.xml.sav 2009-12-31 18:37:19.000000000 +0200
+++ pom.xml 2010-01-08 16:26:05.294855545 +0200
@@ -264,7 +264,7 @@
<templateFile>${basedir}/src/site/templates/site-template.vm</templateFile>
</configuration>
</plugin>
- <plugin>
+ <!--<plugin>
<groupId>org.codehaus.xsite</groupId>
<artifactId>xsite-maven-plugin</artifactId>
<version>1.0</version>
@@ -283,11 +283,11 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin>-->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.3</version>
- <executions>
+ <!--executions>
<execution>
<id>pre-copy-resources</id>
<phase>pre-site</phase>
@@ -332,9 +332,9 @@
</resources>
</configuration>
</execution>
- </executions>
+ </executions-->
</plugin>
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
@@ -344,7 +344,7 @@
<goals>deploy</goals>
<tagBase>https://svn.codehaus.org/qdox/tags</tagBase>
</configuration>
- </plugin>
+ </plugin-->
</plugins>
</build>
@@ -363,12 +363,12 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>jmock</groupId>
<artifactId>jmock</artifactId>
<version>1.0.0</version>
<scope>test</scope>
- </dependency>
+ </dependency-->
</dependencies>
<distributionManagement>