This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 04d48f1993b8c461c353287a13d565e58a59d72c Author: P. Ottlinger <[email protected]> AuthorDate: Tue Jan 9 00:19:32 2024 +0100 RAT-314,RAT-339: Prepare for next release. --- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 293c3fab..1f4a7dfb 100644 --- a/pom.xml +++ b/pom.xml @@ -366,8 +366,6 @@ agnostic home for software distribution comprehension and audit tools. <exclude>apache-rat-plugin/src/test/resources/**</exclude> <exclude>apache-rat-plugin/src/it/**</exclude> <exclude>apache-rat-tasks/src/test/resources/**</exclude> - <!-- RAT-314: Can be removed after 0.16 is used for scanning --> - <exclude>**/.mvn/**</exclude> <exclude>**/iso-8859-1.html</exclude> <exclude>**/velocity.log</exclude> </excludes> @@ -750,11 +748,11 @@ agnostic home for software distribution comprehension and audit tools. </build> </profile> </profiles> - <!-- in order to test new releases this reference can be activated locally--> + <!-- in order to test new releases this reference can be activated locally <pluginRepositories> <pluginRepository> <id>staged-releases-rat-016</id> <url>https://repository.apache.org/content/repositories/orgapachecreadur-1010/</url> </pluginRepository> - </pluginRepositories> + </pluginRepositories--> </project>
