Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] creating R5 indexes of P2 repos

There’s even a maven plugin we wrote for efxclipse - https://github.com/BestSolution-at/bindex-maven-plugin - it‘s based on bnd 3.0 not sure how much things changed.

Tom

Von meinem iPhone gesendet

Am 12.04.2018 um 18:49 schrieb Raymond Auge <raymond.auge@xxxxxxxxxxx>:

Hello All,

In order to provide OSGi R5 repository indexes, I'm wonder if it would be possible to execute the following operation on P2 repos created for the platform project [1].

cd ${buildDirectory}
jar -jar biz.aQute.bnd-4.0.0-SNAPSHOT.jar index -repositoryName "${JOB_BASE_NAME} ${BUILD_ID}" -r index.xml.gz `find plugins -type f -iname *.jar ! -iname *-sources.jar ! -iname *-javadoc.jar -print | xargs`

Of course bnd 4.0.0 is not yet release, but should be soon, and I realize that a CQ for it would have to go through first.

As for how much this costs to perform, it took 22 seconds against Oxygen a1 SDK I had on my system.

Thoughts?

[1] https://hudson.eclipse.org/releng/view/Builds/

--
Raymond Augé (@rotty3000)
Senior Software Architect Liferay, Inc. (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance (@OSGiAlliance)


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev

Back to the top