From af3d0be27ed0863d0b955a1c2c1f37d76a4465b4 Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Sun, 6 Nov 2011 15:20:02 +0000 Subject: [PATCH] documenting an ugly hack for maven 1 git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.3.x@7431 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/doing_the_next_pmd_release.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pmd/etc/doing_the_next_pmd_release.txt b/pmd/etc/doing_the_next_pmd_release.txt index 2d8888150c..4f120c0989 100644 --- a/pmd/etc/doing_the_next_pmd_release.txt +++ b/pmd/etc/doing_the_next_pmd_release.txt @@ -89,6 +89,13 @@ update date and changelog links in project.xml (recent releases section) ./docs.sh all ./docs.sh upload +(You might need to "violently" upgrade maven 1's pmd plugins from 3.9 to the latest, by +doing that: + +cp lib/pmd-4.3.jar ~/.maven/repository/pmd/jars/pmd-3.9.jar + +Yes, I know, this is beyond ugly - and you'll probably go to hell just for reading this line...) + update cpd.jnlp by running: ant -f bin/build.xml cpdjnlp