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
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: