forked from phoedos/pmd
Added Maven bundle creation to release process
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4899 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -17,6 +17,7 @@ elif [ $option = "all" ]; then
|
||||
maven -qb site
|
||||
rm -f rulesets/*.xml
|
||||
cvs -q up rulesets
|
||||
maven artifact:create-upload-bundle
|
||||
elif [ $option = "uploadcurrent" ]; then
|
||||
echo "Generating xdocs and uploading"
|
||||
`./munge_rulesets.rb`
|
||||
|
@ -79,10 +79,11 @@ Add the pmd-src-3.9.zip file
|
||||
Classify the file
|
||||
Click File Releases, Edit Release, set previous version to 'hidden'.
|
||||
|
||||
Redo the web site
|
||||
./docs all
|
||||
cd ~/pmd/pmd
|
||||
update the "what's new" link in navigation.xml
|
||||
update the "download" and "what's new" link in navigation.xml
|
||||
./docs.sh upload
|
||||
scp target/pmd-*-bundle.jar tomcopeland@pmd.sourceforge.net:/home/groups/p/pm/pmd/htdocs/
|
||||
|
||||
Submit news to SF
|
||||
Go to http://freshmeat.net/
|
||||
|
Reference in New Issue
Block a user