Skip to content

Commit

Permalink
Added javadocs goal to maven-release.sh
Browse files Browse the repository at this point in the history
Former-commit-id: 054b692
  • Loading branch information
branflake2267 committed Aug 13, 2013
1 parent 94702e4 commit da8efd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions maven-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ fi
echo "Started..."

mvn clean deploy -Prelease -DskipTests

mvn release:clean release:prepare --batch-mode -Dgpg.passphrase=$1

mvn release:perform -Dgpg.passphrase=$1

#TODO add nexus close and release goals
#TODO add nexus close and release goals, for now goto https://oss.sonatype.org/index.html

# upload new javadoc
mvn site

#TODO build javadoc

echo "...Finished"

0 comments on commit da8efd0

Please sign in to comment.