mirror of https://github.com/apache/maven.git
MNG-3498: StringIndexOutOfBounds -1 during path translation while reading pom.xml
o Fix test to use the plugin it builds, not go looking for some other mythical plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce8c067362
commit
b065103e6c
|
@ -30,7 +30,7 @@ under the License.
|
|||
<plugins>
|
||||
<plugin>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>maven-mng3498-plugin</artifactId>
|
||||
<artifactId>mavenit-mng3498-plugin</artifactId>
|
||||
<version>1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue