On 7/25/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote:
>     <dependencies>
>         <!-- For build ordering -->
>         <dependency>
>             <groupId>gplugins</groupId>
>             <artifactId>quartz-scheduler</artifactId>
>         </dependency>
>     </dependencies>

    I do not understand the <!-- For build ordering --> comment ?

The entry there is the JAR that I'm trying to make a CAR out of (e.g.
the CAR = that JAR plus target/plan/plan.xml).  If I don't put a
dependency there, how will Maven know, from a clean tree, to build the
JAR module before it builds the CAR module that uses that JAR?  Is
there some way other than a dependency to force the build order?

Thanks,
   Aaron

>
>     <build>
>         <plugins>
>             <plugin>
>                 <groupId>org.apache.geronimo.plugins</groupId>
>                 <artifactId>car-maven-plugin</artifactId>
>                 <configuration>
>
>
<moduleFile>${settings.localRepository}/gplugins/quartz-scheduler/${pom.version}/quartz-scheduler-${pom.version}.jar</moduleFile>
>                 </configuration>
>             </plugin>
>         </plugins>
>     </build>
>
>
> I'm not sure why the car-maven-plugin can't find the
> geronimo-gbean-deployer and what I'm supposed to put in my POM to fix
> it.
>
> Thanks,
>      Aaron
>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to