You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As can be seen here. This is problematic as you often combine this step with fix-artifacts-metadata. If you use repositoryLocation in that step, verify-repository will fail as show below because the repository is not in the expected spot. It'd be very useful to be able to run the verify-repository on any given path.
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:4.0.8:verify-repository (verify) on project com.sigasi.test: Verification failed: ProvisionException in OSGi bundle code: No repository found at com.sigasi.test/target/repository. -> [Help 1]
Can be reproduced by running mvn install on the project below
As can be seen here. This is problematic as you often combine this step with
fix-artifacts-metadata
. If you userepositoryLocation
in that step,verify-repository
will fail as show below because the repository is not in the expected spot. It'd be very useful to be able to run theverify-repository
on any given path.Can be reproduced by running
mvn install
on the project belownoMD5Overwrite.zip
The text was updated successfully, but these errors were encountered: