You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by ev...@apache.org on 2004/07/05 14:11:53 UTC

cvs commit: maven-wagon/wagon-providers/http/src/test/java/org/apache/maven/wagon/providers/http HttpWagonTest.xml

evenisse    2004/07/05 05:11:53

  Added:       wagon-providers/http/src/test/resources/org/apache/maven/wagon/providers/http
                        HttpWagonTest.xml
  Removed:     wagon-providers/http/src/test/java/org/apache/maven/wagon/providers/http
                        HttpWagonTest.xml
  Log:
  Move to test/resources for run tests correctly without modified default build part in pom
  
  Revision  Changes    Path
  1.1                  maven-wagon/wagon-providers/http/src/test/resources/org/apache/maven/wagon/providers/http/HttpWagonTest.xml
  
  Index: HttpWagonTest.xml
  ===================================================================
  <plexus>
    <components>
      <component>
        <role>org.codehaus.plexus.jetty.Httpd</role>
        <implementation>org.codehaus.plexus.jetty.DefaultHttpd</implementation>
        <configuration>
          <port>10007</port>
          <contexts>
            <context>
              <path>/</path>
              <document-root>${basedir}/target/test-output/http-repository</document-root>
            </context>
          </contexts>
        </configuration>
      </component>
    </components>
  </plexus>
  
  

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