-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cannot deploy tile with composed distributionManagement #29
Comments
I have a suspicion that tiles can't be used for releases. I remember we wrote that up as an example at the start of the project, but at that stage tiles didn't quite work as expected. Even now, I have a version of this tile that didn't work ( due to various things the release plugin itself does ). At the time I was too busy to investigate exactly what the release plugin was doing to see why it was failing. |
Thank you for the reply. As a workaround, I've set the |
|
did we document that? @talios |
I don't think we have actually - have raised that as #44. |
When following the README guide for defining a tile using itself a nexus-release-tile, I get an error when trying to deploy the project.
pom.xml :
on
mvn deploy
, I get the following error :But with
mvn help:effective-pom
, I effectively see the distributionManagement section.PS : on
mvn deploy
, the log clearly says that thenexus-release-tile
is mixed in the pom.The text was updated successfully, but these errors were encountered: