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 -->
|
<!-- Set default values for the build -->
|
||||||
<property file="project.properties" />
|
<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 -->
|
<!-- maven:start -->
|
||||||
|
|
||||||
<!-- ======================================================== -->
|
<!-- ======================================================== -->
|
||||||
|
@ -21,7 +21,6 @@ in the code. Currently, PMD supports:
|
|||||||
<li>Unecessary Object Creation</li>
|
<li>Unecessary Object Creation</li>
|
||||||
</ul>
|
</ul>
|
||||||
More tests to come.
|
More tests to come.
|
||||||
</ul>
|
|
||||||
]]>
|
]]>
|
||||||
</description>
|
</description>
|
||||||
<shortDescription>PMD Source Checker</shortDescription>
|
<shortDescription>PMD Source Checker</shortDescription>
|
||||||
@ -92,7 +91,7 @@ More tests to come.
|
|||||||
<aspectSourceDirectory></aspectSourceDirectory>
|
<aspectSourceDirectory></aspectSourceDirectory>
|
||||||
|
|
||||||
<unitTestPatterns>
|
<unitTestPatterns>
|
||||||
<unitTestPattern>include=**/Test*.java</unitTestPattern>
|
<unitTestPattern>include=**/*Test.java</unitTestPattern>
|
||||||
</unitTestPatterns>
|
</unitTestPatterns>
|
||||||
|
|
||||||
<integrationUnitTestPatterns />
|
<integrationUnitTestPatterns />
|
||||||
@ -103,8 +102,6 @@ More tests to come.
|
|||||||
<jarResources>
|
<jarResources>
|
||||||
</jarResources>
|
</jarResources>
|
||||||
|
|
||||||
<checkstyle>
|
|
||||||
</checkstyle>
|
|
||||||
<jars>
|
<jars>
|
||||||
</jars>
|
</jars>
|
||||||
</build>
|
</build>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user