[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/maven-error-diagnostics/2.0 ...

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


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

  Added:       maven2/org/apache/maven/maven-error-diagnostics/2.0  
                        maven-error-diagnostics-2.0.pom
                        maven-error-diagnostics-2.0.pom.sha1
  Log:
  Add the maven plugins
  
  Revision  Changes    Path
  1.1      date: 2006/12/10 17:01:00;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom
  
  Index: maven-error-diagnostics-2.0.pom
  ===================================================================
  <project>
    <parent>
      <artifactId>maven</artifactId>
      <groupId>org.apache.maven</groupId>
      <version>2.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>maven-error-diagnostics</artifactId>
    <name>Maven Error Diagnostics</name>
    <version>2.0</version>
    <description>Provides a manager component which will process a given Throwable instance through a set of diagnostic
      sub-components, and return a String message with user-friendly information about the error and possibly
      how to fix it.</description>
    <dependencies>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-container-default</artifactId>
      </dependency>
    </dependencies>
    <distributionManagement>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  
  1.1      date: 2006/12/10 17:01:00;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom.sha1
  
  Index: maven-error-diagnostics-2.0.pom.sha1
  ===================================================================
  c56a37e3ace52650a9a8c811a9f1247adb6d5bd9  /home/projects/maven/repository-staging/to-ibiblio/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom
  
  
  



More information about the jboss-cvs-commits mailing list