|
From: <ble...@us...> - 2010-09-21 14:28:08
|
Revision: 3603
http://bigdata.svn.sourceforge.net/bigdata/?rev=3603&view=rev
Author: blevine218
Date: 2010-09-21 14:28:02 +0000 (Tue, 21 Sep 2010)
Log Message:
-----------
move checkstyle and findbugs out of parent POM and into bigdata-core POM so that bigdata-integ project does not inherit these configs.
Modified Paths:
--------------
branches/maven_scaleout/pom.xml
Modified: branches/maven_scaleout/pom.xml
===================================================================
--- branches/maven_scaleout/pom.xml 2010-09-21 14:27:27 UTC (rev 3602)
+++ branches/maven_scaleout/pom.xml 2010-09-21 14:28:02 UTC (rev 3603)
@@ -102,28 +102,11 @@
<reporting>
<plugins>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.5</version>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <configLocation>${basedir}/src/main/config/checkstyle.xml</configLocation>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>2.3</version>
- </plugin>
-
</plugins>
</reporting>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|