We publish 3rd party OSGi bundles via Jenkins job virgo-mirrored-master
Gradle default tasks:
clean - Cleans old build outputbundlor - Generates the OSGiifed MF and outputs 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)Building 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
TBD