Why is there no user property for repository in tycho-p2-repository-plugin:modify-composite-repository #5429
Unanswered
wilbert-alberts
asked this question in
Q&A
Replies: 1 comment 4 replies
|
It's probably and oversight? @HannesWell Maybe you want to contribute it via a pull request? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to modify a composite repostiory after my build has finished. I know what I want to see added to the composite repository. Therefore I'm trying to run maven with a goal like org.eclipse.tycho:tycho-p2-repository-plugin:5.0.0:modify-composite-repository.
This plugin requires the 'repository' property to be set to the source repository. I expected something like
mvn ... -Drepository="http://...."However, there is no user property for the repository parameter.
Why not?
Regards,
Wilbert
All reactions