[MNG-6123] detect self references in POM and fail fast

o Changed the artifactId of the integration test to
   prevent failing on the check for self referencing.
This commit is contained in:
Karl Heinz Marbaise 2017-07-28 21:26:42 +02:00
parent 5cdd01de32
commit d1d7f1d0e7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.mng4293</groupId>
<artifactId>test</artifactId>
<artifactId>it-test-mng-4293</artifactId>
<version>0.1</version>
<name>Maven Integration Test :: MNG-4293</name>