Please explain algorithm of work of maven:reactor. I have got 3 projects and I want 
that reactor runs their goals one after another. The structure is:
---------------------------
project1 (dir)
project2 (dir)
project3 (dir)

maven.xml
project.xml

---------------------------

I put in maven.xml the next:

<goal name="myGoal">
  <maven:reactor basedir="${basedir}"
      includes="*/project.xml"
      goals="release"
      banner="Building"
      ignoreFailures="false"/>
   </goal>

All projects have got "release" goal, but only project1 is started up. How makes 
"maven:reactor" execute project1 and project2?

note project.xml for all project is empty.




Sincerely, Eugene Kirin
East View Information Services - Moscow
Research and Development Department

URL: http://www.eastview.com

Reply via email to