Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Hudson/Maven"

(Created page with "With HIPP, it is possible to deploy artifacts to two Maven repositories: == Maven Central == To deploy to Central, you'll need webmaster assistance to * Generate a GPG key fo...")
 
Line 6: Line 6:
 
* Create an OSSRH account and project for you
 
* Create an OSSRH account and project for you
 
* Configure your HIPP to GPG sign and upload arfifacts
 
* Configure your HIPP to GPG sign and upload arfifacts
 +
 +
To get started, please file a bug against Eclipse Foundation > Community > Hudson and specify for which Eclipse project you'd like to deploy.
  
 
== repo.eclipse.org ==
 
== repo.eclipse.org ==

Revision as of 13:18, 10 May 2016

With HIPP, it is possible to deploy artifacts to two Maven repositories:

Maven Central

To deploy to Central, you'll need webmaster assistance to

  • Generate a GPG key for your HIPP user
  • Create an OSSRH account and project for you
  • Configure your HIPP to GPG sign and upload arfifacts

To get started, please file a bug against Eclipse Foundation > Community > Hudson and specify for which Eclipse project you'd like to deploy.

repo.eclipse.org

Back to the top