You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/07/12 16:43:14 UTC

[maven] 05/10: [MNG-5577] Maven Artifact module has no Plexus annotations

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch jenkins-buld-error-wip
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 669c5470f55c7c4317ba200cb2631cc325e443d1
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jan 8 01:43:31 2019 +0100

    [MNG-5577] Maven Artifact module has no Plexus annotations
---
 maven-artifact/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/maven-artifact/pom.xml b/maven-artifact/pom.xml
index f447520..bdca22c 100644
--- a/maven-artifact/pom.xml
+++ b/maven-artifact/pom.xml
@@ -46,10 +46,6 @@ under the License.
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-component-metadata</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>