mirror of
https://github.com/apache/commons-math.git
synced 2025-02-10 12:06:01 +00:00
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…
x
Reference in New Issue
Block a user