Author: tchemit Date: 2010-10-25 18:40:00 +0200 (Mon, 25 Oct 2010) New Revision: 1021 Url: http://nuiton.org/repositories/revision/mavenpom/1021 Log: Evolution #995: Remove pmd report Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-25 15:54:47 UTC (rev 1020) +++ trunk/pom.xml 2010-10-25 16:40:00 UTC (rev 1021) @@ -340,6 +340,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junitVersion}</version> + <scope>test</scope> </dependency> </dependencies> @@ -868,14 +869,6 @@ </property> </activation> - - <properties> - - <!-- pmd config --> - <minimumTokens>100</minimumTokens> - <targetJdk>1.6</targetJdk> - </properties> - <!--Site--> <reporting> <plugins> @@ -954,11 +947,6 @@ </plugin> <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <version>2.5</version> - </plugin> - - <plugin> <artifactId>maven-jxr-plugin</artifactId> <version>2.1</version> </plugin>
participants (1)
-
tchemit@users.nuiton.org