Re: Assembly madness...

2006-08-17 Thread mike7
John Casey-3 wrote: FWIW, this issue is fixed in the current 2.2-SNAPSHOT version of the assembly plugin. I've added tests to verify it. And how do I access this 2.2? Actually, I can only access 2.1-SNAPSHOT that does not solve any issue. Thanks, Mike -- View this message in context:

Re: [m2] Assembly and classifiers

2006-08-17 Thread mike7
And has it been added? And if so, how can we use the feature? Without this feature, I'm going back to Ant... Cheers, Mike Brett Porter wrote: Sonuds like a good feature request to add to JIRA. - Brett On 11/2/05, Julien Stern [EMAIL PROTECTED] wrote: Is there a way to tell the

[m2] another assembly bug?

2006-08-17 Thread mike7
It seems that properties cannot be used within an assembly descriptor. This is a very needed feature when combined with profiles or classifiers (well, this doesn't work yet anyway). Thanks, Mike -- View this message in context:

Assembly madness...

2006-08-08 Thread mike7
I am trying to make an assembly out of many modules (.jar) installed in a shared repository. Here is what I did so far with no success: 1- created a multi-module pom 2- installed each module in a local repository 3- tried to configure this assembly plugin to put all those modules into one

Re: Assembly madness...

2006-08-08 Thread mike7
Thanks Edwin. I tried this link but it doesn't seem to work with classifiers. when I am building my modules, I do this: plugin artifactIdmaven-jar-plugin/artifactId configuration classifier${platform}-${audience}/classifier

Re: Assembly madness...

2006-08-08 Thread mike7
Thanks Vinod. Indeed, I looked at these pages and googled around before asking my question. Unfortunately, it doesn't seem these examples work with multi-project builds. Actually, I also have the same problem with site plugin: it generates the site with links to wrong places. I often wonder if

RE: Assembly madness...

2006-08-08 Thread mike7
Hi Douglas, I am trying to have all .class build by maven and put into many module.jar to be assemble into one big final-module.jar. As replied earlier, I am also using classifiers for each module as I need to build modules.jar for different VM. Then, this final-module.jar is

RE: Assembly madness...

2006-08-08 Thread mike7
But Maven would say: Aggregator projects require 'pom' as packaging. -- View this message in context: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5713307 Sent from the Maven - Users forum at Nabble.com. - To

RE: Assembly madness...

2006-08-08 Thread mike7
Aggregator project = parent pom that refers to modules to be built. Are you using maven 2 -- View this message in context: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5713721 Sent from the Maven - Users forum at Nabble.com.

Re: Assembly madness...

2006-08-08 Thread mike7
Dear John, John Casey-3 wrote: Okay, so what I'm reading from this conversation is that you want to: a. have a multimodule build b. wrap the up in an assembly YES ;-) John Casey-3 wrote: First question: why not do the build and assembly all in one step? Why install the modules

Re: Assembly madness...

2006-08-08 Thread mike7
Dear John, John Casey-3 wrote: Okay, so what I'm reading from this conversation is that you want to: a. have a multimodule build b. wrap the modules/ up in an assembly YES ;-) John Casey-3 wrote: First question: why not do the build and assembly all in one step? Why install the

Re: Assembly madness...

2006-08-08 Thread mike7
I am using 2.0.4 on WinXP. What is MASSEBLY-99? -- View this message in context: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5714688 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail:

Re: Assembly madness...

2006-08-08 Thread mike7
Thanks Wayne. Indeed, the exclude problem is this JIRA issue. I'm going to try 2.1-SNAPSHOT... -- View this message in context: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5714990 Sent from the Maven - Users forum at Nabble.com.