mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
o Improved the error diagnostics related to artifact resolution errors. o Added xml-based documentation of supported plugin parameter expressions, including info about how to affect them ('-o' for example), how to specify them (<distributionManagement><repository/> for example in ${project.distributionManagementArtifactRepository}), and what the expressions are actually used for. This can also serve as a basis for creating documentation for plugin parameter expressions on the website. o Improved the error diagnostics for plugin configuration errors. o Added a couple of ITs in the 1000 series to test these two error conditions. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292750 13f79535-47bb-0310-9956-ffa450edef68
15 lines
355 B
XML
15 lines
355 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.it</groupId>
|
|
<artifactId>maven-core-it1016</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>non.existant</groupId>
|
|
<artifactId>missing</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|