You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by berndq <be...@gmx.net> on 2007/01/31 08:34:56 UTC

MASSEMBLY-121: fix does not work for me.

John Casey wrote:

> 
> As for MASSEMBLY-121, could you reopen it and add a test case that is
> failing? I'll try to take another stab at it, if I can see what's failing.

I added a test, can someone please verify if the test is valid?

I can not re-open it (not priviliges for me?)
Can someone do that for me please? ;-)
Or shall I open a new one and link to -121?

thanks

Bernd

> Thanks,
> 
> John
> 
> On 1/17/07, berndq <be...@gmx.net> wrote:
>>
>> John,
>>
>> shall I open a JIRA "manifest section in external descriptor"? ;-)
>>
>> I quickly tested Barrie's suggestion but could not make it work.
>> (I still have to verify whether I run that test correctly)
>>
>>
>> Rest is OT regarding this thread
>>
>> Any chance that you can give me a hint why your patch for
>> http://jira.codehaus.org/browse/MASSEMBLY-121 does not work for me?
>>
>> [DEBUG] maven-assembly-plugin: resolved to version
>> 2.2-20070112.063452-32 from repository apache.org
>>
>> But attributes are still not in the manifest.
>>
>> thanks
>> Bernd
>>
>>
>> > IMO, it would be cleaner if we embedded the manifest info in the
>> assembly
>> > descriptor...then we could always support that manifest section in an
>> > external descriptor component, for shared cases...
>> >
>> > It's not available in the assembly descriptor now, but I've been
>> thinking
>> > about that for awhile now (probably not a good idea to put it in an
>> > eventual
>> > 2.2, though).
>> >
>> > -john
>> >
>> > On 1/16/07, Barrie Treloar <ba...@gmail.com> wrote:
>> >>
>> >> On 1/16/07, berndq <be...@gmx.net> wrote:
>> >> > Hi,
>> >> >
>> >> > I did not get an answer on the users list so I try it here:
>> >> >
>> >> >
>> >> > I use the assembly plugin to create multiple assemblies from a multi
>> >> > module project:
>> >> >
>> >> >            <descriptors>
>> >> >              <descriptor>src/main/assembly/server.xml</descriptor>
>> >> >              <descriptor>src/main/assembly/client.xml</descriptor>
>> >> >            </descriptors>
>> >>
>> >> Cant you just define multiple configurations, where each configuration
>> >> has the settings you want rather than lump them in the one section?
>> >>
>> >> Something like:
>> >>         <plugin>
>> >>           <groupId/>
>> >>           <artifactId/>
>> >>           <version/>
>> >>           <executions>
>> >>             <execution>
>> >>               <id/>
>> >>               <phase/>
>> >>               <goals/>
>> >>               <configuration>
>> >>             <descriptors>
>> >>               <descriptor>src/main/assembly/client.xml</descriptor>
>> >>             </descriptors>
>> >>               </configuration>
>> >>             </execution>
>> >>             <execution>
>> >>               <id/>
>> >>               <phase/>
>> >>               <goals/>
>> >>               <configuration>
>> >>             <descriptors>
>> >>               <descriptor>src/main/assembly/server.xml</descriptor>
>> >>             </descriptors>
>> >>               </configuration>
>> >>             </execution>
>> >>           </executions>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> >> For additional commands, e-mail: dev-help@maven.apache.org
>> >>
>> >>
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org