[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0 ...

Scott Stark scott.stark at jboss.com
Sun Dec 10 12:01:46 EST 2006


  User: starksm 
  Date: 06/12/10 12:01:45

  Added:       maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0    
                        maven-compiler-plugin-2.0.jar
                        maven-compiler-plugin-2.0.jar.sha1
                        maven-compiler-plugin-2.0.pom
                        maven-compiler-plugin-2.0.pom.sha1
  Log:
  Add the maven plugins
  
  Revision  Changes    Path
  1.1      date: 2006/12/10 17:01:45;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0/maven-compiler-plugin-2.0.jar
  
  	<<Binary file>>
  
  
  1.1      date: 2006/12/10 17:01:45;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0/maven-compiler-plugin-2.0.jar.sha1
  
  Index: maven-compiler-plugin-2.0.jar.sha1
  ===================================================================
  149c489f48e489366cf354933adb7ef49facfb2f
  
  
  1.1      date: 2006/12/10 17:01:45;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0/maven-compiler-plugin-2.0.pom
  
  Index: maven-compiler-plugin-2.0.pom
  ===================================================================
  <project>
    <parent>
      <artifactId>maven-plugin-parent</artifactId>
      <groupId>org.apache.maven.plugins</groupId>
      <version>2.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>maven-compiler-plugin</artifactId>
    <packaging>maven-plugin</packaging>
    <name>Maven Compiler Plugin</name>
    <version>2.0</version>
    <inceptionYear>2001</inceptionYear>
    <dependencies>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-compiler-api</artifactId>
        <version>1.5.1</version>
      </dependency>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-compiler-manager</artifactId>
        <version>1.5.1</version>
      </dependency>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-compiler-javac</artifactId>
        <version>1.5.1</version>
        <scope>runtime</scope>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-artifact</artifactId>
        <version>2.0</version>
      </dependency>
    </dependencies>
    <distributionManagement>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  
  1.1      date: 2006/12/10 17:01:45;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0/maven-compiler-plugin-2.0.pom.sha1
  
  Index: maven-compiler-plugin-2.0.pom.sha1
  ===================================================================
  1a91c9cccd059c740ebd79426d7c331f4c519039  /home/projects/maven/repository-staging/to-ibiblio/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0/maven-compiler-plugin-2.0.pom
  
  
  



More information about the jboss-cvs-commits mailing list