We have a project "foo" that builds several assemblies - let's say one of them is named "bar". The resulting artifacts get named foo-VERSION-bar. The problem is that the tool that will be processing these artifacts really wants them to be named foo-bar-VERSION. Is there a way to coax the assembly plugin (or something else) to get the artifacts named like this? There are no Maven projects that depend on these assembled artifacts so the renaming isn't problematic from that perspective. Since we need an immediate solution I am going to simply use the exec plugin to "mv" the artifacts as need be, but I'm hoping to be able to replace that with a less ugly solution.
-- C. Benson Manica [email protected]
