This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MNG-5577 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 6a36a566b390a7550084e5be13a197b84107ecfa Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Tue Jan 8 01:43:31 2019 +0100 [MNG-5577] Migrate to JSR 300 Annotations - maven-artifact --- maven-artifact/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/maven-artifact/pom.xml b/maven-artifact/pom.xml index 85b99ea..b41e80b 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>
