Re: Assembly madness...

2006-09-06 Thread John Casey
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: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5846088 Sent from the Maven - Users forum at Nabble.com

Re: Assembly madness...

2006-08-17 Thread mike7
: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5846088 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Assembly madness...

2006-08-14 Thread John Casey
: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5714990 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Assembly madness...

2006-08-08 Thread mike7
assembly I'm stuck on step 3, I don't seem to find the right commands to do it. Thanks for your help -- View this message in context: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5700837 Sent from the Maven - Users forum at Nabble.com

Re: Assembly madness...

2006-08-08 Thread Edwin Punzalan
please see a staging site for the assembly plugin with your use-case as an example: http://people.apache.org/~epunzalan/maven-assembly-plugin/examples/multimodule/index.html mike7 wrote: I am trying to make an assembly out of many modules (.jar) installed in a shared repository. Here is what

Re: Assembly madness...

2006-08-08 Thread Vinod Panicker
On 8/8/06, mike7 [EMAIL PROTECTED] wrote: 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

RE: Assembly madness...

2006-08-08 Thread Douglas Ferguson
- -Original Message- From: mike7 [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 12:54 AM To: users@maven.apache.org Subject: Assembly madness... 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

Re: Assembly madness...

2006-08-08 Thread mike7
addMavenDescriptorfalse/addMavenDescriptor /configuration /plugin So I'd like to include module-version-classifier in the final JAR. If I don't use classifier above then the example you pointed does work. Thanks! -- View this message in context: http://www.nabble.com/Assembly-madness

Re: Assembly madness...

2006-08-08 Thread mike7
if Maven plugins were tested for multi-project builds! -- View this message in context: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5712839 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail

RE: Assembly madness...

2006-08-08 Thread mike7
. Thanks. -- View this message in context: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5712896 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Assembly madness...

2006-08-08 Thread Douglas Ferguson
Hmm.. have you tried making your parent pom output a jar instead of a pom? -Original Message- From: mike7 [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 2:02 PM To: users@maven.apache.org Subject: RE: Assembly madness... Hi Douglas, I am trying to have all .class build

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

RE: Assembly madness...

2006-08-08 Thread Douglas Ferguson
Hmm.. What's an aggregator project? D- -Original Message- From: mike7 [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 2:25 PM To: users@maven.apache.org Subject: RE: Assembly madness... But Maven would say: Aggregator projects require 'pom' as packaging. -- View this message

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 John Casey
PROTECTED] wrote: 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
in the jar. If I use moduleSets then it works but it doesn't exclude junit. Thanks for your help! -- View this message in context: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5714323 Sent from the Maven - Users forum at Nabble.com.

Re: Assembly madness...

2006-08-08 Thread mike7
anything in the jar. If I use moduleSets then it works but it doesn't exclude junit. Thanks for your help! -- View this message in context: http://www.nabble.com/Assembly-madness...-tf2070731.html#a5714338 Sent from the Maven - Users forum at Nabble.com

Re: Assembly madness...

2006-08-08 Thread Mike Perham
You might be running into MASSEBLY-99. Try version 2.0.1 and see if the depSet works then. mike mike7 [EMAIL PROTECTED] wrote on 08/08/2006 03:24:22 PM: I tried with the dependencySet as follows: Well, it doesn't produce anything in the jar. If I use moduleSets then it works but it

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 Wayne Fay
Its a JIRA issue identifier: http://jira.codehaus.org/browse/MASSEMBLY-99 Wayne On 8/8/06, mike7 [EMAIL PROTECTED] wrote: 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

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