Hi
I need a bit of advice with the maven release plugin. I have a
multi-module project, like this:
myproject
\_myproject-parent
\_myproject-api (version 1.0.1-SNAPSHOT)
\_myproject-impl (version 0.5-SNAPSHOT)
The reactor pom is in 'myproject'.
I'm developing both myproject-api and myproject-impl at the same time,
they have _different_ versions.
myproject-impl depends on myproject-api.
When I try and release myproject, "mvn release:prepare -Papache-release"
fails to release myproject-impl because it looks for a released version of
myproject-api (version 1.0.1) - which of course doesn't exist because I
am trying to release it at the same time.
Is there any way around this?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]