We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running mvn install on the following project will fail with the following error:
mvn install
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:4.0.8:fix-artifacts-metadata (fix-metadata) on project com.sigasi.test: Could not update p2 repository: Recreate artifact repository failed: Repository already exists at com.sigasi.test/repository. -> [Help 1]
RepositoryAlreadyExists.zip
The problem is that p2 expects no repository to be created, yet we still have an artifact.xml at that point.
artifact.xml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
mvn install
on the following project will fail with the following error:RepositoryAlreadyExists.zip
The problem is that p2 expects no repository to be created, yet we still have an
artifact.xml
at that point.The text was updated successfully, but these errors were encountered: