Re: Geronimo 1.1 JARs but not CARs on ibiblio; car-maven-plugin change

2006-07-27 Thread Aaron Mulder
Well, in practice, it's not possible to include no dependencies in a build that is going to first create a module (JAR/WAR/etc) and then build a CAR out of it. The CAR module always needs the dependency on the original module. So it's hard to create the no changes to environment scenario.

Geronimo 1.1 JARs but not CARs on ibiblio; car-maven-plugin change

2006-07-25 Thread Aaron Mulder
So I can use Maven 2 against Geronimo 1.1 since the G 1.1 JARs have been pushed to Maven 2. However, I can't use the car-maven-plugin to build a CAR in a script the way we do in Geronimo because it appears that you're supposed to list your parent module as a dependency, and none of the Geronimo

Re: Geronimo 1.1 JARs but not CARs on ibiblio; car-maven-plugin change

2006-07-25 Thread Prasad Kashyap
I'll read and reply in detail in a while. But for now, here's a quick answer to your last question - In the PlanProcessorMojo.java, introduce the variable (foo) you desire as a field. Annotate that field as follows /** * @parameter */ private String foo; Use the variable directly in your code

Re: Geronimo 1.1 JARs but not CARs on ibiblio; car-maven-plugin change

2006-07-25 Thread anita kulshreshtha
--- Aaron Mulder [EMAIL PROTECTED] wrote: So I can use Maven 2 against Geronimo 1.1 since the G 1.1 JARs have been pushed to Maven 2. This needs more thought... It is not likely to work because of different groupIds in 1.1 and 1.2. The 1.1 jars are different from 1.2 jars. They contain