Skip to content

Commit

Permalink
RAT-354: Remove warning during integration test run that breaks the b…
Browse files Browse the repository at this point in the history
…uild with Maven 4
  • Loading branch information
ottlinger committed Apr 25, 2024
1 parent 07a70af commit 1808a3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apache-rat-plugin/src/it/it4_RAT-168/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,15 @@
</configuration>
</plugin>
</plugins>
<!-- RAT-354: prevent warning about missing version property of maven-clean-plugin -->
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
</release>
-->
<release version="0.17-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done">
<action issue="RAT-354" type="fix" dev="pottlinger" due-to="Guillaume Nodet">
Fix integration test failure with Maven 4 by adding a version property in integration test's pom.xml.
</action>
<action issue="RAT-355" type="add" dev="claudenw">
Optionally export XML configuration file as part of run. Added framework to inspect available licenses and matchers.
</action>
Expand Down

0 comments on commit 1808a3d

Please sign in to comment.