61 lines
1.7 KiB
Diff
61 lines
1.7 KiB
Diff
--- 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 @@
|
|
<templateFile>${basedir}/src/site/templates/site-template.vm</templateFile>
|
|
</configuration>
|
|
</plugin>
|
|
- <plugin>
|
|
- <groupId>org.codehaus.xsite</groupId>
|
|
+ <!--plugin>
|
|
+ <groupId>org.codehaus.site</groupId>
|
|
<artifactId>xsite-maven-plugin</artifactId>
|
|
<version>1.0</version>
|
|
<configuration>
|
|
@@ -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>
|
|
@@ -352,7 +352,7 @@
|
|
</resources>
|
|
</configuration>
|
|
</execution>
|
|
- </executions>
|
|
+ </executions-->
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -371,7 +371,7 @@
|
|
|
|
<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 @@
|
|
<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>
|