You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/06/18 22:01:42 UTC

[maven] branch MNG-7172 updated: [MNG-7172] Adjust folder

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

rfscholte pushed a commit to branch MNG-7172
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-7172 by this push:
     new 0c46e7d  [MNG-7172] Adjust folder
0c46e7d is described below

commit 0c46e7dc0bbd37df6b080d63fead6fa1d374232d
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jun 19 00:01:30 2021 +0200

    [MNG-7172] Adjust folder
---
 apache-maven/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 5b40a76..04de92a 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -154,7 +154,7 @@ under the License.
         <configuration>
           <includeArtifactIds>jansi</includeArtifactIds>
           <includes>org/fusesource/jansi/internal/native/**</includes>
-          <excludes>org/fusesource/jansi/internal/native/osx/**</excludes>
+          <excludes>org/fusesource/jansi/internal/native/Mac/**</excludes>
         </configuration>
         <executions>
           <execution>