Skip to content

Commit

Permalink
Fix MNG-7819 IT (apache#339)
Browse files Browse the repository at this point in the history
The goal of IT is to "excecise file locking with snapshots"
and not to test model validation.

The IT used dependency had an invalid parent POM w/
wrong packaging and artifactId.
  • Loading branch information
cstamas committed Apr 30, 2024
1 parent 0ec81c1 commit 6040804
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.maven.its.mng7819</groupId>
<artifactId>dependency</artifactId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
</project>

0 comments on commit 6040804

Please sign in to comment.