Update distribution source archive specification

Copy from commons-rng multi-module project
This commit is contained in:
Alex Herbert 2021-08-19 00:29:56 +01:00
parent b6acad285d
commit 86624912ff
1 changed files with 4 additions and 4 deletions

View File

@ -23,12 +23,12 @@ limitations under the License.
<baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory> <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
<fileSets> <fileSets>
<fileSet> <fileSet>
<directory>${project.basedir}/..</directory> <directory>../</directory>
<excludes> <excludes>
<exclude>${project.build.directory}/**</exclude> <exclude>**/.git/**</exclude>
<exclude>**/.*/**</exclude>
<exclude>**/${project.build.directory}/**</exclude>
<exclude>**/site-content/**</exclude> <exclude>**/site-content/**</exclude>
<exclude>site-content.README</exclude>
<exclude>**/target/**</exclude>
</excludes> </excludes>
</fileSet> </fileSet>
</fileSets> </fileSets>