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/21 20:10:32 UTC

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

jvanzyl     2003/01/21 11:10:32

  Modified:    src/test/touchstone-build/src/reactor-build/standard
                        maven.xml
  Added:       src/test/touchstone-build/src/reactor-build/standard
                        project.properties
  Log:
  o Verifying that projects that projects that inherit also inherit properties
    correctly.
  
  Revision  Changes    Path
  1.4       +1 -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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	13 Jan 2003 19:27:46 -0000	1.3
  +++ maven.xml	21 Jan 2003 19:10:32 -0000	1.4
  @@ -20,6 +20,7 @@
   
     <goal name="display">
       <echo>maven.mode.online = ${maven.mode.online}</echo>
  +    <echo>property.to.share = ${property.to.share}</echo>
     </goal>
   
   </project>
  
  
  
  1.1                  jakarta-turbine-maven/src/test/touchstone-build/src/reactor-build/standard/project.properties
  
  Index: project.properties
  ===================================================================
  property.to.share = property_to_share