mirror of https://github.com/apache/maven.git
[MNG-4421] Warn regarding old-style references when used in a project build
o Extended IT to check for proper interpolation in dependency POMs git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@831575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8e79e60ba7
commit
443622bbf5
|
@ -52,7 +52,8 @@ under the License.
|
|||
<!-- duplicate dependency with different version (MNG-4005), last declaration wins -->
|
||||
<groupId>org.apache.maven.its.mng4403</groupId>
|
||||
<artifactId>a</artifactId>
|
||||
<version>0.1</version>
|
||||
<!-- deprecated expression prefix (MNG-4421) -->
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.mng4403</groupId>
|
||||
|
|
Loading…
Reference in New Issue