Versions Compared

Key

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

...

1. Configure your Apache credentials in your maven settings.xml file (usually in ~/.m2/settings.xml). More information is available in official guide.

Code Block
<servers>
  <server>
    <id>apache.releases.https</id>
    <username>APACHE-ID</username>
    <password>APACHE-PASSWORD</password>
  </server>
</servers>

...

Code Block
for version in 100 200; do mvn clean deploy -Psign -Dhadoop.profile=$version ; done

4. Login to https://repository.apache.orgImage Removed and select "Staging Repositories" under "Build Promotion" menu on the left.

...