You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2018/07/21 21:51:17 UTC

[GitHub] slachiewicz closed pull request #5: MPOM-197 Replace deprecated plexus-maven-plugin with plexus-component…

slachiewicz closed pull request #5: MPOM-197 Replace deprecated plexus-maven-plugin with plexus-component…
URL: https://github.com/apache/maven-parent/pull/5
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index a15e0b1..481e366 100644
--- a/pom.xml
+++ b/pom.xml
@@ -937,12 +937,7 @@ under the License.
             <tryUpdate>true</tryUpdate>
           </configuration>
         </plugin>
-        <!-- Plexus description generator is either plexus-maven-plugin or plexus-component-metadata -->
-        <plugin>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-maven-plugin</artifactId>
-          <version>1.3.8</version>
-        </plugin>
+        <!-- Plexus description generator is plexus-component-metadata -->
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services