eclipse-archived / packagedrone

Eclipse Package Drone

Home Page:http://eclipse.org/package-drone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eclipse Package Drone™

Package Drone is a software artifact repository with an initial focus on OSGi. The system can be enhanced by plugins to also support other types of artifacts and repository interfaces.

Eclipse Package Drone™ is a projected hosted by the Eclipse Foundation. It is open source and licensed under the EPL.

Building

In order to re-build Package Drone you will need Maven 3.3+ and Java 8.

Build the P2 target environment first:

mvn install -f runtime/pom.xml

The build the main project:

mvn install

Build the secondary artifacts:

mvn install -f secondary/pom.xml -Dgpg.skip

Building the target environment is only required once, or after the target environment has been updated. The secondary artifacts rebuilds parts of Package Drone in way it can be distributed on Maven Central.

More Information

Also see:

About

Eclipse Package Drone

http://eclipse.org/package-drone

License:Eclipse Public License 1.0


Languages

Language:Java 94.9%Language:HTML 4.2%Language:JavaScript 0.6%Language:CSS 0.2%Language:Shell 0.1%Language:Dockerfile 0.1%Language:Makefile 0.0%