pmd/pmd/project.properties
David Dixon-Peugh 89f63fd2d3 Fixed PMD to build with Maven. Decoupled XML Parsers from Apache. Now
they use whatever is installed in the system.  Fixed a two unit-tests
from when Maven executes its stuff.


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1289 51baf565-9d33-0410-a72c-fc3788e3496d
2002-12-14 16:27:06 +00:00

31 lines
785 B
Properties

#
# Project Properties - Change this file to match your
# environment.
#
rulesets.dir=rulesets
dvsl.dir=dvsl
maven.quilt.reportsDirectory=target/test-coverage
maven.core.callback.pre-compile.buildFile=pmd.xml
maven.core.callback.pre-compile.buildTarget=pre-build
maven.docs.callback.pre-docs-quick.buildFile=pmd.xml
maven.docs.callback.pre-docs-quick.buildTarget=pre-docs
maven.docs.callback.pre-docs.buildFile=pmd.xml
maven.docs.callback.pre-docs.buildTarget=pre-docs
maven.docs.callback.post-docs-quick.buildFile=pmd.xml
maven.docs.callback.post-docs-quick.buildTarget=post-docs
maven.docs.callback.post-docs.buildFile=pmd.xml
maven.docs.callback.post-docs.buildTarget=post-docs
maven.pmd.reportsDirectory=target
maven.jarResources.basedir=test-data
maven.junit.fork=true