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 <[email protected]> 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>
