I took a look at the source code for the build-helper-maven-plugin execution you showed me. It's basically just a shell around attachArtifact, but with one small difference. It calls attach artifact on the project and not the "execution project." I modified my plugin to do it that exact way and it works now!

So essentially I did what you suggested but just in my deb plugin code.

Thanks!

Jason

On 5/13/2010 12:48 PM, Kalle Korhonen wrote:
So the deb is a secondary artifact in the same module? Use the
buildhelper plugin, see the last example at
http://mojo.codehaus.org/build-helper-maven-plugin/usage.html

Kalle

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to