Skip to content
New issue

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

Maven release:perform for simple-release deploys wrong artifact #3

Open
tfr42 opened this issue Oct 24, 2015 · 0 comments
Open

Maven release:perform for simple-release deploys wrong artifact #3

tfr42 opened this issue Oct 24, 2015 · 0 comments
Assignees
Labels

Comments

@tfr42
Copy link
Owner

tfr42 commented Oct 24, 2015

Current build with maven-release-plugin:2.5.3 deploys the maven-course-examples module instead of the maven-course-examples/examples/simple-release module.
Expected is that for maven-course-examples/examples/simple-release>mvm release:perform the simple-release module is uploaded into the Nexus repository.
Current workaround after mvm release:prepare release:perform is to deploy manually:

cd maven-course-examples/examples/simple-release/target/checkout/maven-course-examples/examples/simple-release
mvn deploy
@tfr42 tfr42 added the bug label Oct 24, 2015
@tfr42 tfr42 self-assigned this Oct 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant