Versions Compared

Key

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

...

It may take up to 24 hours for all mirrors to sync up.

Deploy Maven artifacts

Instructions General instructions on how to deploy the poms and jars to Maven Central can be found at the Apache page on publishing maven artifacts.

TODO: add detailed instructions here

Flume-specific instructions:

After you get your settings.xml file configured correctly (see above link) then you can run: mvn clean deploy -DskipTests -Papache-release to push the artifacts to the staging repo.
You will need to go to the Apache Maven Repository @ http://repository.apache.org/Image Added and log in with your Apache LDAP credentials
Once you log in you will see Build Promotion > Staging Repositories on the left hand side
You will want to edit the Flume artifacts that you don't want to push to Maven (you can delete stuff like the release tarball)
Click Close to make the artifatcs available on the Staging repository.
To push to Central, you click ReleaseFIXME: possibly something like: mvn deploy -DperformRelease after configuring your settings.xml file.

Announce the release

Send an email to announce@apache.org (the from: address must be @apache.org). For example,

...