[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/reporting/maven-reporting-api/2.0 ...

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


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

  Added:       maven2/org/apache/maven/reporting/maven-reporting-api/2.0  
                        maven-reporting-api-2.0.pom
                        maven-reporting-api-2.0.pom.sha1
  Log:
  Add the maven plugins
  
  Revision  Changes    Path
  1.1      date: 2006/12/10 17:02:26;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom
  
  Index: maven-reporting-api-2.0.pom
  ===================================================================
  <project>
    <parent>
      <artifactId>maven-reporting</artifactId>
      <groupId>org.apache.maven.reporting</groupId>
      <version>2.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>maven-reporting-api</artifactId>
    <version>2.0</version>
    <developers>
      <developer>
        <id>vsiveton</id>
        <name>Vincent Siveton</name>
        <email>vincent.siveton at gmail.com</email>
        <roles>
          <role>Java Developer</role>
        </roles>
        <timezone>-5</timezone>
      </developer>
    </developers>
    <dependencies>
      <dependency>
        <groupId>doxia</groupId>
        <artifactId>doxia-sink-api</artifactId>
        <version>1.0-alpha-4</version>
        <exclusions>
          <exclusion>
            <artifactId>plexus-container-default</artifactId>
            <groupId>plexus</groupId>
          </exclusion>
          <exclusion>
            <artifactId>plexus-utils</artifactId>
            <groupId>plexus</groupId>
          </exclusion>
        </exclusions>
      </dependency>
    </dependencies>
    <distributionManagement>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  
  1.1      date: 2006/12/10 17:02:26;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom.sha1
  
  Index: maven-reporting-api-2.0.pom.sha1
  ===================================================================
  6c503051f089ab7bb3c93b0ff8b528d32e1869f8  /home/projects/maven/repository-staging/to-ibiblio/maven2/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom
  
  
  



More information about the jboss-cvs-commits mailing list