You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pp...@apache.org on 2023/01/17 14:57:36 UTC

[maven-mvnd] branch master updated (74df4b6b -> 5cd0f754)

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

ppalaga pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


    from 74df4b6b Fix core export provider (#764)
     new 8d161dcf Exclude test and cache filed from apache-rat-plugin checks
     new 5cd0f754 Publish the binaries produced by the Early Access job again

The 2 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.


Summary of changes:
 .github/workflows/early-access.yaml | 2 +-
 pom.xml                             | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)


[maven-mvnd] 01/02: Exclude test and cache filed from apache-rat-plugin checks

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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git

commit 8d161dcf76cb18336b9010aebedeabdec4cec32a
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Jan 17 11:12:11 2023 +0100

    Exclude test and cache filed from apache-rat-plugin checks
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index f24912b3..3551f5d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,9 +346,14 @@
               <exclude>**/*.png</exclude>
               <exclude>**/*.json</exclude>
               <exclude>**/.mvn/*</exclude>
+              <exclude>.cache/**</exclude>
               <exclude>.mvn/**/*</exclude>
               <exclude>*.adoc</exclude>
               <exclude>*.md</exclude>
+              <exclude>src/test/projects/**/.classpath</exclude>
+              <exclude>src/test/projects/**/.project</exclude>
+              <exclude>src/test/projects/**/.settings/**</exclude>
+              <exclude>src/test/projects/**/target/**</exclude>
             </excludes>
           </configuration>
         </plugin>


[maven-mvnd] 02/02: Publish the binaries produced by the Early Access job again

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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git

commit 5cd0f754d58ec213d19e5e95f40ac15ec4f36e05
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Jan 17 11:13:43 2023 +0100

    Publish the binaries produced by the Early Access job again
---
 .github/workflows/early-access.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/early-access.yaml b/.github/workflows/early-access.yaml
index 865331c8..6ea62920 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -88,4 +88,4 @@ jobs:
         uses: actions/upload-artifact@v2
         with:
           name: mvnd-${{ env.OS }}
-          path: dist/target/mvnd-*.zip
+          path: dist/target/maven-mvnd-*.zip