Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

mvn release:prepare
mvn release:perform
Once the release has been performed, the artifacts should be in a staging repository:
From "Publishing Maven Artifacts" page:
Now you must close the staging repository to indicate to Nexus that the build is done and to make the artifacts available. Follow the steps in Closing the Staged Repositoryto close your new repository, this will allow your community to VOTE on the staged atrifacts.
delete the tag:
 

git tag -d v3.2.10

git push origin :refs/tags/v3.2.10

mvn release:prepare
 -Darguments="-DskipTests"mvn release:perform -Darguments="-DskipTests"

Rya uses Mini Accumulo Cluster for a number of it's tests and I've run into a number of gotchas:

...