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:01:00 UTC

[maven-mvnd] 01/01: don't skip build/ in source archive

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>