This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch
dependabot/maven/mavenPluginPluginVersion-3.11.0
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to
refs/heads/dependabot/maven/mavenPluginPluginVersion-3.11.0 by this push:
new 9c71e70d MPLUGIN-450, RAT-339: Introduce goalPrefix
9c71e70d is described below
commit 9c71e70d780868058e6c429e03465a60c34aeae1
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Jan 11 12:08:42 2024 +0100
MPLUGIN-450, RAT-339: Introduce goalPrefix
---
apache-rat-plugin/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 4213fa3c..4e026f33 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -33,6 +33,7 @@
<maven>${mavenMinVersion}</maven>
</prerequisites>
<properties>
+ <goalPrefix>apache-rat</goalPrefix>
<currentVersion>${project.version}</currentVersion>
<doxiaVersion>1.12.0</doxiaVersion>
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>