[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.0-beta-1 ...

Scott Stark scott.stark at jboss.com
Sun Dec 10 12:02:34 EST 2006


  User: starksm 
  Date: 06/12/10 12:02:34

  Added:       maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.0-beta-1    
                        maven-plugin-testing-harness-1.0-beta-1.jar
                        maven-plugin-testing-harness-1.0-beta-1.jar.sha1
                        maven-plugin-testing-harness-1.0-beta-1.pom
                        maven-plugin-testing-harness-1.0-beta-1.pom.sha1
  Log:
  Add the maven plugins
  
  Revision  Changes    Path
  1.1      date: 2006/12/10 17:02:34;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.0-beta-1/maven-plugin-testing-harness-1.0-beta-1.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2006/12/10 17:02:34;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.0-beta-1/maven-plugin-testing-harness-1.0-beta-1.jar.sha1
  
  Index: maven-plugin-testing-harness-1.0-beta-1.jar.sha1
  ===================================================================
  53758be7cb5e82d8256d8d809f23eb0a53343f09
  
  
  1.1      date: 2006/12/10 17:02:34;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.0-beta-1/maven-plugin-testing-harness-1.0-beta-1.pom
  
  Index: maven-plugin-testing-harness-1.0-beta-1.pom
  ===================================================================
  <?xml version="1.0"?><project>
    <parent>
      <artifactId>maven-shared-components</artifactId>
      <groupId>org.apache.maven.shared</groupId>
      <version>1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>maven-plugin-testing-harness</artifactId>
    <name>Maven Plugin Testing Mechanism</name>
    <version>1.0-beta-1</version>
    <dependencies>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-project</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-core</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>3.8.1</version>
      </dependency>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-utils</artifactId>
        <version>1.1</version>
      </dependency>
    </dependencies>
    <distributionManagement>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  
  1.1      date: 2006/12/10 17:02:34;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.0-beta-1/maven-plugin-testing-harness-1.0-beta-1.pom.sha1
  
  Index: maven-plugin-testing-harness-1.0-beta-1.pom.sha1
  ===================================================================
  c9e952876dc9641a7afabcc6242b72abe0c7e07b
  
  



More information about the jboss-cvs-commits mailing list