Update distribution source archive specification
Copy from commons-rng multi-module project
This commit is contained in:
parent
b6acad285d
commit
86624912ff
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue