mirror of
https://github.com/apache/maven.git
synced 2025-02-12 04:55:38 +00:00
o Moved ReflectionProjectValueExtractor into o.a.m.util package and renamed to ReflectionValueExtractor o Added unit tests for interpolation o Added integration test for interpolation git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163335 13f79535-47bb-0310-9956-ffa450edef68
19 lines
477 B
XML
19 lines
477 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-core-it0012</artifactId>
|
|
<version>3.8.1</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-plugin</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>#version</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|