Skip to content

Commit

Permalink
Use nexus-staging-maven-plugin in dev-bin/release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Nov 15, 2023
1 parent 4e1376e commit 8812ddd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev-bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ fi


# could be combined with the primary build
mvn release:clean
mvn release:prepare -DreleaseVersion="$version" -Dtag="$tag"
mvn release:perform
mvn clean deploy
rm -fr ".gh-pages/doc/$tag"
cp -r target/apidocs ".gh-pages/doc/$tag"
rm .gh-pages/doc/latest
Expand Down

0 comments on commit 8812ddd

Please sign in to comment.