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 2022/05/01 22:00:59 UTC

[maven-mvnd] branch build created (now bb0a398)

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

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


      at bb0a398  don't skip build/ in source archive

This branch includes the following new commits:

     new bb0a398  don't skip build/ in source archive

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-mvnd] 01/01: don't skip build/ in source archive

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

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

commit bb0a39831aba36e54e5f3c78f0a0f63b25e9ffbf
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon May 2 00:00:51 2022 +0200

    don't skip build/ in source archive
---
 src/main/assembly/src.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml
index c9d5b2e..45225f0 100644
--- a/src/main/assembly/src.xml
+++ b/src/main/assembly/src.xml
@@ -42,7 +42,6 @@ under the License.
         <exclude>**/*.ipr</exclude>
         <exclude>**/.idea/**</exclude>
         <exclude>**/.DS_Store</exclude>
-        <exclude>**/build/**</exclude>
       </excludes>
     </fileSet>
     <fileSet>