Le 04/07/13 05:20, Suresh Marru a écrit :
From a build perspective, it will be easier if we add the binary creation as a
assembly plugin so maven automatically signs the binaries too. We can then just
grab all of the signed artifacts and push it into svn dist location. The jars
themselves are pushed to nexus repo by the release plugin (inherited from the
apache parent plugin)
So the "mvn release" plugin is also doing the push to Nexus... I forgot
that part.
I guess that we can not easily replace "mvn release" by Ant script. But
I could write a Ant script to execute before "mvn release", or is there
other ways to configure "mvn release"?
Martin