Skip to content

Commit df03fb2

Browse files
committed
add that nexus-staging-maven-plugin must be uncommented in order to release to nexus
1 parent 37675e9 commit df03fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This script checks out `gh-pages` branch of the repository, builds the documenta
102102

103103
11. Check that you are not trying to release a SNAPSHOT build (the artifacts versions do not have "-SNAPSHOT" suffix) and then run `mvn clean deploy -DskipTests=true --settings ~/.m2/settings.xml -P release` command. It will build and deploy artifacts to the staging repository.
104104

105-
12. Run `mvn nexus-staging:release` to release the artifacts.
105+
12. Uncomment the `nexus-staging-maven-plugin` plugin definition from step 10.2; This plugin needed to release the artifacts. Run `mvn nexus-staging:release` to release the artifacts.
106106

107107
13. Revert the local edits to your `pom.xml` performed a couple steps above by running `git checkout pom.xml`.
108108

0 commit comments

Comments
 (0)