/[Apache-SVN]
ViewVC logotype

Revision 162619


Jump to revision: Previous Next
Author: jvanzyl
Date: Sun Mar 21 03:58:28 2004 UTC (20 years, 6 months ago)
Changed paths: 3
Log Message:
o give mboot enough smarts to simulate this:

<project>
  <build>
    <sourceDirectory>src/main/java</sourceDirectory>
    <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
    <unitTest>
      <includes>
        <include>**/*Test.java</include>
      </includes>
      <excludes>
        <exclude>**/*Abstract*.java</exclude>
      </excludes>
      <resource>
        <directory>src/test/resources</directory>
      </resource>
    </unitTest>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
      </resource>
    </resources>
  </build>
</project>

being the parent model.


Changed paths

Path Details
Directorymaven/components/trunk/maven-mboot/src/bash/maven.functions modified , text changed , props changed
Directorymaven/components/trunk/maven-mboot/src/main/ArtifactDownloader.java modified , text changed , props changed
Directorymaven/components/trunk/maven-mboot/src/main/Bootstrapper.java modified , text changed , props changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26