Eclipse Package Drone

A modular software artifact repository

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.packagedrone
ArtifactId

ArtifactId

secondary-parent
Last Version

Last Version

0.14.6
Release Date

Release Date

Type

Type

pom
Description

Description

Eclipse Package Drone
A modular software artifact repository
Project URL

Project URL

https://eclipse.org/package-drone
Source Code Management

Source Code Management

https://github.com/eclipse/packagedrone

Download secondary-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.eclipse.packagedrone/secondary-parent/ -->
<dependency>
    <groupId>org.eclipse.packagedrone</groupId>
    <artifactId>secondary-parent</artifactId>
    <version>0.14.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.packagedrone/secondary-parent/
implementation 'org.eclipse.packagedrone:secondary-parent:0.14.6'
// https://jarcasting.com/artifacts/org.eclipse.packagedrone/secondary-parent/
implementation ("org.eclipse.packagedrone:secondary-parent:0.14.6")
'org.eclipse.packagedrone:secondary-parent:pom:0.14.6'
<dependency org="org.eclipse.packagedrone" name="secondary-parent" rev="0.14.6">
  <artifact name="secondary-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.packagedrone', module='secondary-parent', version='0.14.6')
)
libraryDependencies += "org.eclipse.packagedrone" % "secondary-parent" % "0.14.6"
[org.eclipse.packagedrone/secondary-parent "0.14.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ../bundles/org.eclipse.packagedrone.repo/secondary.pom
  • ../bundles/org.eclipse.packagedrone.repo.api/secondary.pom
  • ../bundles/org.eclipse.packagedrone.utils/secondary.pom
  • ../bundles/org.eclipse.packagedrone.utils.converter/secondary.pom
  • ../bundles/org.eclipse.packagedrone.utils.rpm/secondary.pom
  • ../bundles/org.eclipse.packagedrone.utils.security/secondary.pom
  • ../bundles/org.eclipse.packagedrone.utils.deb/secondary.pom

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:

org.eclipse.packagedrone

Eclipse Foundation

Versions

Version
0.14.6
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0