qdox/qdox-disable-xsite.patch

61 lines
1.7 KiB
Diff
Raw Normal View History

2010-10-05 19:56:49 +00:00
--- pom.xml.sav 2010-06-11 19:17:14.000000000 +0300
+++ pom.xml 2010-10-05 22:53:09.146608222 +0300
@@ -282,8 +282,8 @@
2010-03-15 16:14:40 +00:00
<templateFile>${basedir}/src/site/templates/site-template.vm</templateFile>
</configuration>
</plugin>
- <plugin>
2010-10-05 19:56:49 +00:00
- <groupId>org.codehaus.xsite</groupId>
2010-03-15 16:14:40 +00:00
+ <!--plugin>
2010-10-05 19:56:49 +00:00
+ <groupId>org.codehaus.site</groupId>
2010-03-15 16:14:40 +00:00
<artifactId>xsite-maven-plugin</artifactId>
<version>1.0</version>
2010-10-05 19:56:49 +00:00
<configuration>
2010-03-15 16:14:40 +00:00
@@ -301,11 +301,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>
2010-10-05 19:56:49 +00:00
@@ -352,7 +352,7 @@
2010-03-15 16:14:40 +00:00
</resources>
</configuration>
</execution>
- </executions>
+ </executions-->
</plugin>
2010-10-05 19:56:49 +00:00
<plugin>
2010-03-15 16:14:40 +00:00
<groupId>org.apache.maven.plugins</groupId>
2010-10-05 19:56:49 +00:00
@@ -371,7 +371,7 @@
2010-03-15 16:14:40 +00:00
2010-10-05 19:56:49 +00:00
<dependencies>
<dependency>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.1</version>
<scope>compile</scope>
@@ -384,12 +384,12 @@
2010-03-15 16:14:40 +00:00
<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>