github / maven-plugins

Official GitHub Maven Plugins
MIT License
584 stars 198 forks source link

How can I delpoy to a branch of other repository ? #132

Closed youbeiwuhuan closed 6 years ago

youbeiwuhuan commented 6 years ago

Excuse me for my poor English! now,I create a respository named mvn-repo,I want to deploy all respositories to this respository,so that I can use a fixed address as maven repository in my pom.xml or setting.xml. How can I do that ?

youbeiwuhuan commented 6 years ago

OH! I see. At https://stackoverflow.com/questions/14013644/hosting-a-maven-repository-on-github,the repositoryName solve it.