As a workaround, I implemented the following solution:
include source on assemble-repository goal
change location on mirror target to ${project_loc:org.idempiere.p2}/target/repository
remove idempiere bundle on mirror target
Environment
None
Activity
Show:
Heng Sin Low October 25, 2024 at 7:10 AM
hi , if needed, you can add a new target definition for org.idempiere.p2/target/repository but we shouldn’t change what’s a real target platform mirror here. The missing source bundles is a tycho limitation and there’s nothing much we can do here until they enhance it.
The current mirrored target platform, created using the
mirror-target-platform
goal, is missing the source bundleThe issue appears to be related to the limitations of the mirror-target-platform goal. I've discussed this in detail here.
i also conducted a test on this repository
As a workaround, I implemented the following solution:
include source on
assemble-repository
goalchange location on mirror target to
${project_loc:org.idempiere.p2}/target/repository
remove idempiere bundle on mirror target