We use our JIPP instance to publish 3rd party bundles. The job virgo-mirrored-master publishes the artifacts created with subproject ebr.
Gradle default tasks:
clean - Cleans old build outputbundlor - Generates the OSGi metadata plus jar bundlespublishToMavenLocal - Publishes jar bundles to [USER_HOME]/.m2/org/eclipse/virgo/mirrored/[artifactId]/[version]/[bundle].jartest - Executes the PaxExam tests, the bundles are resolved against local Maven repo thus publishToMavenLocal is required to be executed before testpublishIvyPublicationToIvyRepository - Publishes the jar bundles to build.eclipse.org ivy repo (only possible on HIPP)Build and test locally:
`./gradlew clean bundlor publishToMavenLocal test`
The Spring Framework BOM (Bill of Material) is a good point to start spring-framework-bom : 5.0.4.RELEASE
gradle.properties, if required.5.1.<version>