From a585e1d1bbc64db40e5a3396b1d77eaf51d1b855 Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Sun, 6 Nov 2011 15:19:02 +0000 Subject: [PATCH] whitespaces git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.3.x@7428 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/doing_the_next_pmd_release.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmd/etc/doing_the_next_pmd_release.txt b/pmd/etc/doing_the_next_pmd_release.txt index 635a54a9f7..2d8888150c 100644 --- a/pmd/etc/doing_the_next_pmd_release.txt +++ b/pmd/etc/doing_the_next_pmd_release.txt @@ -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.