Why don't you just build project b first then?

-Kurt

On Wed, 25 Sep 2002, Dave Garthwaite wrote:

> I have a problem with the reactor plugin. I ask it to build five projects:
>         <reactor:execute basedir="${xxx.dir}"
>             
>glob="a/project.xml,b/project.xml,c/project.xml,d/project.xml,e/project.xml"
>             goals="dist"
>             banner="Reactor building"
>             ignoreFailures="false"
>         />
> Project a has the following dependency:
>     <dependency>
>       <id>b+core</id>
>       <version>${pom.currentVersion}</version>
>     </dependency>
> However, this project is built before project b on which it depends.
> Anyone else had trouble with this ?
>
> Dave
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to