Versions Compared

Key

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

...

The following command deploys the binary release artifacts for iTest, tests and other helper files, checksums, and signatures (you will need to enter a GPG passphrase) to the Apache Staging repo.

Until BIGTOP-1463 is fixed you need to manually exclude assembly and rat-check plugins from the top-level pom while doing the following three steps

No Format
mvn deploy -Prelease -f bigtop-test-framework/pom.xml
mvn deploy -Prelease -f bigtop-tests/test-artifacts/pom.xml
mvn deploy -Prelease -f bigtop-tests/test-execution/pom.xml

...