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 2021/01/22 23:43:56 UTC

[maven-clean-plugin] branch MCLEAN-92 created (now 7ce9664)

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

slachiewicz pushed a change to branch MCLEAN-92
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


      at 7ce9664  [MCLEAN-92] Exclude plexus-container-default

This branch includes the following new commits:

     new 7ce9664  [MCLEAN-92] Exclude plexus-container-default

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-clean-plugin] 01/01: [MCLEAN-92] Exclude plexus-container-default

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MCLEAN-92
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit 7ce9664b8803751dd8b19e396ee44d34462acb26
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 23 00:29:15 2021 +0100

    [MCLEAN-92] Exclude plexus-container-default
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index ee4720f..abdea42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,12 @@ under the License.
       <artifactId>maven-plugin-testing-harness</artifactId>
       <version>3.1.0</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-container-default</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>