You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/01/13 18:07:35 UTC

cvs commit: jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/standard maven.xml

jvanzyl     2003/01/13 09:07:35

  Modified:    src/test/touchstone-build/src/reactor-build/standard
                        maven.xml
  Log:
  o test for the propagation of maven.mode.online and set the maven.xml file
    of the parent as the shared jelly script.
  
    We are currently trying to decide whether to automatically feed the
    parent's maven.xml file into each of the projects in the reactor.
  
  Revision  Changes    Path
  1.2       +6 -0      jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/standard/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/standard/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	13 Jan 2003 16:43:33 -0000	1.1
  +++ maven.xml	13 Jan 2003 17:07:35 -0000	1.2
  @@ -12,9 +12,15 @@
       <maven:reactor
         basedir="${basedir}"
         includes="*/project.xml"
  +      goals="display"
  +      reactorXml="${basedir}/maven.xml"
         banner="Building"
         ignoreFailures="false"
       />
  +  </goal>
  +
  +  <goal name="display">
  +    <echo>maven.mode.online = ${maven.mode.online}</echo>
     </goal>
   
   </project>