Community
Participate
Working Groups
For bug 344691, we introduced a mojo that double-checks the consistency of a p2 repository in target/repository. While the mojo is currently only used for an integration test, it may also be useful in builds. Today I tried to combine it with the mirror goal from the tycho-p2-extras-plugin, and realized that the verify goal doesn't run without the Tycho build extension being present. I don't believe that the Tycho build extension is really needed, so I'll try to make the verify goal run standalone.
Fixed with commit 164dcf4.
Improved log output with commit 53fd101