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 <[email protected]> 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>
