You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/05/02 09:14:28 UTC

[maven-mvnd] branch master updated: Don't skip build/ in source archive (#629)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 62fe068  Don't skip build/ in source archive (#629)
62fe068 is described below

commit 62fe06858c7abe6c1013ed6b2762ed55a579b787
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon May 2 11:14:24 2022 +0200

    Don't skip build/ in source archive (#629)
---
 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>