whitespaces

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.3.x@7428 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Romain Pelisse 2011-11-06 15:19:02 +00:00
parent 83a811f2f8
commit a585e1d1bb

View File

@ -114,11 +114,11 @@ Getting the new PMD version into Maven Central Repository:
Test it: target/pmd-x.x.x.jar is the file, that is contained in the bundle.
So we can use it:
java -cp target/pmd-x.x.x.jar:lib/asm-3.2.jar:lib/javacc.jar:lib/jaxen-1.1.1.jar net.sourceforge.pmd.PMD src/net/sourceforge/pmd/PMD.java text unusedcode
This should work: "No problems found!"
4. Upload pmd-x.x.x-bundle.jar to https://oss.sonatype.org.