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

Reply via email to