Author: bimargulies
Date: Sun Dec 11 01:36:24 2011
New Revision: 1212952

URL: http://svn.apache.org/viewvc?rev=1212952&view=rev
Log:
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.

Modified:
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3498/mng-3498-project/pom.xml

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3498/mng-3498-project/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3498/mng-3498-project/pom.xml?rev=1212952&r1=1212951&r2=1212952&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3498/mng-3498-project/pom.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3498/mng-3498-project/pom.xml
 Sun Dec 11 01:36:24 2011
@@ -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>


Reply via email to