You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by jd...@apache.org on 2005/02/25 03:34:42 UTC

cvs commit: maven-components/maven-core-it/it0015 goals.txt pom.xml expected-results.txt .cvsignore prebuild-hook.txt

jdcasey     2005/02/24 18:34:42

  Added:       maven-core-it/it0015 goals.txt pom.xml expected-results.txt
                        .cvsignore prebuild-hook.txt
  Log:
  o Starting on a mmld-mojo IT...committing to save this IT number.
  
  Revision  Changes    Path
  1.1                  maven-components/maven-core-it/it0015/goals.txt
  
  Index: goals.txt
  ===================================================================
  plugin:descriptor
  install
  it0015:it0015
  
  
  1.1                  maven-components/maven-core-it/it0015/pom.xml
  
  Index: pom.xml
  ===================================================================
  <project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>maven</groupId>
    <artifactId>maven-it0014-plugin</artifactId>
    <version>1.0-SNAPSHOT</version>
    <dependencies>
      <dependency>
        <groupId>maven</groupId>
        <artifactId>maven-plugin</artifactId>
        <version>2.0-SNAPSHOT</version>
      </dependency>
    </dependencies>
  </project>
  
  
  
  1.1                  maven-components/maven-core-it/it0015/expected-results.txt
  
  Index: expected-results.txt
  ===================================================================
  target/classes/out.txt
  
  
  
  1.1                  maven-components/maven-core-it/it0015/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  *~
  *.log
  target
  *.ipr
  *.iws
  dist
  target
  .classpath
  .project
  log.txt
  
  
  
  1.1                  maven-components/maven-core-it/it0015/prebuild-hook.txt
  
  Index: prebuild-hook.txt
  ===================================================================
  rm target/classes/out.txt