2008/8/21 Stefano Bagnara <[EMAIL PROTECTED]>: > Brett Porter ha scritto: >> >> Check out the attach goal here: >> http://mojo.codehaus.org/build-helper-maven-plugin/usage.html > > I know the build-helper plugin, but I don't understand how it can help here. > > My issue is creating a zip file with a sar extension. > > From my understanding the build-helper would simply help me attaching a sar > to the build once it is created if I don't do this with the assembly plugin > (the assembly plugin already attaches the generated artifact). > > How should I create the sar-named zip?
You can create it as a zip, then attach it with type 'sar', and it will end up with the correct name in the local repository. If you need a 'sar' extension in the target directory, at the moment you will probably need to use the antrun plugin to rename the file. HTH, Brett -- Brett Porter Blog: http://blogs.exist.com/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
