Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Deploying

rgladwell edited this page Jul 30, 2011 · 20 revisions

To deploy the project to the snapshot repository simply execute:

mvn clean deploy

Update Site

To deploy the p2 repository to the update site from the com.*.update site execute:

mvn clean site-deploy

You may need to add the following to your Maven settings.xml file:

... <servers> ... <server> <id>github-project-site</id> <username>git</username> </server> ... </servers> ...

Clone this wiki locally