mirror of
https://github.com/apache/maven.git
synced 2025-02-07 18:49:20 +00:00
o Improving error messages for ResourceDoesNotExistException in the transformations o Adding specificity to the dependency validation stuff, to output which dependency is offending... o Added it1013 to show off the new dependency validation stuff. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@232399 13f79535-47bb-0310-9956-ffa450edef68
15 lines
333 B
XML
15 lines
333 B
XML
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.it</groupId>
|
|
<artifactId>maven-core-it1001</artifactId>
|
|
<packaging>jar</packaging>
|
|
<version>1.0</version>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</model>
|