You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jim Collings <jl...@gmail.com> on 2009/07/28 22:00:06 UTC

Re: Prevent Install of Assembly SOLVED

Jim Collings wrote:
> OK, looks like the assembly building twice is an actual maven bug.
> 
> On Fri, Jul 24, 2009 at 11:31 AM, Jim Collings<jl...@gmail.com> wrote:
>> OK, thanks!  That keeps if from installing.  Now if I can just keep it
>> from building the assembly twice. I'll have it made. ;-/
>>
>> Jim C.
>>
>> On Fri, Jul 24, 2009 at 11:14 AM, Mohan KR<km...@gmail.com> wrote:
>>> set the <attach>false</attach> in the plugin config.

OK, so basically, I had an execution for install and another for
package. I only needed package because install calls package. This is
why the assemblies were running twice.


Jim C.