mirror of https://github.com/apache/maven.git
o Fixed test to properly exhibit issue
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@729493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c41e62a317
commit
9cb7a6a95f
|
@ -38,7 +38,8 @@ under the License.
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.its.plugins</groupId>
|
<groupId>org.apache.maven.its.plugins</groupId>
|
||||||
<artifactId>maven-it-plugin-configuration</artifactId>
|
<artifactId>maven-it-plugin-configuration</artifactId>
|
||||||
<!-- NOTE: It's part of the test design to omit the <version> element -->
|
<!-- NOTE: Use different version than child -->
|
||||||
|
<version>0.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<stringParam>PASSED</stringParam>
|
<stringParam>PASSED</stringParam>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -43,6 +43,7 @@ under the License.
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.its.plugins</groupId>
|
<groupId>org.apache.maven.its.plugins</groupId>
|
||||||
<artifactId>maven-it-plugin-configuration</artifactId>
|
<artifactId>maven-it-plugin-configuration</artifactId>
|
||||||
|
<!-- NOTE: Use different version than parent -->
|
||||||
<version>2.1-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<propertiesFile>target/plugin-config.properties</propertiesFile>
|
<propertiesFile>target/plugin-config.properties</propertiesFile>
|
||||||
|
|
Loading…
Reference in New Issue