mirror of https://github.com/apache/maven.git
[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:
parent
5cdd01de32
commit
d1d7f1d0e7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue