Blob Blame History Raw
--- pom.xml.sav	2010-03-13 12:43:16.000000000 +0200
+++ pom.xml	2010-03-15 17:52:45.147525923 +0200
@@ -282,7 +282,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>
@@ -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,9 +352,9 @@
               </resources>              
             </configuration>            
           </execution>
-        </executions>
+        </executions-->
       </plugin>
-      <plugin>
+      <!--plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <version>2.0</version>
@@ -364,7 +364,7 @@
           <tagBase>https://svn.codehaus.org/qdox/tags</tagBase>
           <arguments>-Dproject.rel.org.thoughtworks.qdox:qdox=${project.rel.org.thoughtworks.qdox:qdox} -Dproject.dev.org.thoughtworks.qdox:qdox=${project.dev.org.thoughtworks.qdox:qdox}</arguments>
         </configuration>
-      </plugin>
+      </plugin-->
     </plugins>
   </build>
 
@@ -383,12 +383,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>