2005-10-14 03:15:39 -04:00
|
|
|
<project>
|
2005-10-12 02:46:29 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-10-14 03:26:39 -04:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-10-12 02:46:29 -04:00
|
|
|
</parent>
|
2005-10-14 03:15:39 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-10-12 02:46:29 -04:00
|
|
|
<artifactId>maven-error-diagnostics</artifactId>
|
|
|
|
<name>Maven Error Diagnostics</name>
|
2005-10-14 03:26:39 -04:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-10-14 03:15:39 -04:00
|
|
|
<description>Provides a manager component which will process a given Throwable instance through a set of diagnostic
|
2005-10-12 02:46:29 -04:00
|
|
|
sub-components, and return a String message with user-friendly information about the error and possibly
|
2005-10-14 03:15:39 -04:00
|
|
|
how to fix it.</description>
|
2005-10-12 02:46:29 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-10-14 03:15:39 -04:00
|
|
|
</project>
|