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/14 17:03:41 UTC

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

jvanzyl     2003/01/14 08:03:41

  Added:       src/test/touchstone-build/src/reactor-build/standard/f
                        maven.xml
  Log:
  o Add a maven.xml file to test a child project's correct overriding
    of a parent project's goals.
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/standard/f/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project>
    
    <goal name="display">
      <echo>This child is overriding the display goal!</echo>
    </goal>
  
  </project>