This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 600d217487e [CAMEL-20883] Remove addPluginArtifactMetadata mojo usage
(#16162)
600d217487e is described below
commit 600d217487eddc37fc3ab9ccb70ee30b5a28fa9a
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Nov 7 16:49:59 2024 +0100
[CAMEL-20883] Remove addPluginArtifactMetadata mojo usage (#16162)
---
parent/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/parent/pom.xml b/parent/pom.xml
index 2acf310070e..2190d3a24dc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3397,6 +3397,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-plugin-version}</version>
+ <executions>
+ <execution>
+ <id>default-addPluginArtifactMetadata</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.eclipse.sisu</groupId>