You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2011/12/11 01:08:55 UTC

svn commit: r1212940 - /whirr/trunk/services/mahout/pom.xml

Author: asavu
Date: Sun Dec 11 00:08:55 2011
New Revision: 1212940

URL: http://svn.apache.org/viewvc?rev=1212940&view=rev
Log:
Disable the site plugin for the mahout project

Modified:
    whirr/trunk/services/mahout/pom.xml

Modified: whirr/trunk/services/mahout/pom.xml
URL: http://svn.apache.org/viewvc/whirr/trunk/services/mahout/pom.xml?rev=1212940&r1=1212939&r2=1212940&view=diff
==============================================================================
--- whirr/trunk/services/mahout/pom.xml (original)
+++ whirr/trunk/services/mahout/pom.xml Sun Dec 11 00:08:55 2011
@@ -61,4 +61,15 @@
       <scope>test</scope>
      </dependency>
   </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>