More Mavenization. . .
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@19 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
parent
14be2fdfc0
commit
41ed404731
@ -12,14 +12,6 @@
|
||||
<!-- Set default values for the build -->
|
||||
<property file="project.properties" />
|
||||
|
||||
<target name="test-data">
|
||||
<javac srcdir="src/test-data"
|
||||
destdir="test-data" />
|
||||
<javac srcdir="src/example"
|
||||
destdir="test-data" />
|
||||
</target>
|
||||
|
||||
|
||||
<!-- maven:start -->
|
||||
|
||||
<!-- ======================================================== -->
|
||||
|
@ -21,7 +21,6 @@ in the code. Currently, PMD supports:
|
||||
<li>Unecessary Object Creation</li>
|
||||
</ul>
|
||||
More tests to come.
|
||||
</ul>
|
||||
]]>
|
||||
</description>
|
||||
<shortDescription>PMD Source Checker</shortDescription>
|
||||
@ -92,7 +91,7 @@ More tests to come.
|
||||
<aspectSourceDirectory></aspectSourceDirectory>
|
||||
|
||||
<unitTestPatterns>
|
||||
<unitTestPattern>include=**/Test*.java</unitTestPattern>
|
||||
<unitTestPattern>include=**/*Test.java</unitTestPattern>
|
||||
</unitTestPatterns>
|
||||
|
||||
<integrationUnitTestPatterns />
|
||||
@ -103,8 +102,6 @@ More tests to come.
|
||||
<jarResources>
|
||||
</jarResources>
|
||||
|
||||
<checkstyle>
|
||||
</checkstyle>
|
||||
<jars>
|
||||
</jars>
|
||||
</build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user