You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/12/30 21:11:34 UTC

[maven-parent] branch master updated: [MPOM-250] cleanup

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

hboutemy 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 13cc708  [MPOM-250] cleanup
13cc708 is described below

commit 13cc70825328b151e9b933f66f9e731638d90c07
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Dec 30 22:11:29 2020 +0100

    [MPOM-250] cleanup
---
 maven-plugins/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 31aee4a..3c172fa 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -98,10 +98,6 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <releaseProfiles>apache-release,run-its</releaseProfiles>