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/06/05 21:17:15 UTC

cvs commit: maven/src/test/touchstone-build/src/reactor-build/username_test maven.xml project.xml

jvanzyl     2003/06/05 12:17:15

  Added:       src/test/touchstone-build/src/reactor-build/username_test
                        maven.xml project.xml
  Log:
  o test case for john casey's patch for properties handling in the reactor.
  
  Revision  Changes    Path
  1.1                  maven/src/test/touchstone-build/src/reactor-build/username_test/maven.xml
  
  Index: maven.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project default="run"
    xmlns:j="jelly:core"
    xmlns:maven="jelly:maven"
    xmlns:util="jelly:util">
  
      <goal name="run">
          <j:if test="${!maven.username.equals('maven')}">
              <fail>username_test: maven.username not properly assigned from root project.</fail>
          </j:if>
      </goal>
      
  </project>
  
  
  
  1.1                  maven/src/test/touchstone-build/src/reactor-build/username_test/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project>
    <pomVersion>3</pomVersion>
    <currentVersion>1.0</currentVersion>
    <name>maven username test when set outside reactor and used within</name>
    <organization/>
    <inceptionYear/>
    <package/>
    <logo/>
    <shortDescription/>
    <url/>
    <siteAddress/>
    <siteDirectory/>
    <distributionSite/>
    <distributionDirectory/>
    <repository/>
    <mailingLists/>
    <developers/>
    <dependencies/>
    <build>
      <sourceDirectory/>
      <unitTestSourceDirectory/>
    </build>
  </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org