This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 8cb397a Remove dependency on maven-plugin-annotations to better
support Maven 4 plugins (#190)
8cb397a is described below
commit 8cb397ad7002ace94018e888e5b79a4ee39d2491
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Jul 2 10:16:14 2024 +0200
Remove dependency on maven-plugin-annotations to better support Maven 4
plugins (#190)
---
maven-plugins/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index dd01f2e..4be16b3 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -50,14 +50,6 @@ under the License.
<maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
</properties>
- <dependencies>
- <!-- dependencies to annotations -->
- <dependency>
- <groupId>org.apache.maven.plugin-tools</groupId>
- <artifactId>maven-plugin-annotations</artifactId>
- </dependency>
- </dependencies>
-
<build>
<pluginManagement>
<plugins>