Hi,
I'm trying to prepare a release using "m2 release:prepare". Inside the
POM I have:
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<tagBase>http://www.myserver.blabla.com/svn/corleon/tags</tagBase>
</configuration>
</plugin>
</plugins
(this is in the <plugins> section - not under the <pluginsManagement>)
The release goes perfect, everything is successful and the POM is
commited back to SVN with the next dev version, BUT the above section
is removed from the POM (the one on the trunk! not the released POM) -
is that normal?
I don't mind fixing it+patch, if you could just give me a few pointers
and directions...
regards,
arik.
P.S.
Other plugin configuration parameters are preserved and remain in
the trunk POM.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]