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>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}/..</directory>
|
||||
<directory>../</directory>
|
||||
<excludes>
|
||||
<exclude>${project.build.directory}/**</exclude>
|
||||
<exclude>**/.*/**</exclude>
|
||||
<exclude>**/${project.build.directory}/**</exclude>
|
||||
<exclude>**/.git/**</exclude>
|
||||
<exclude>**/site-content/**</exclude>
|
||||
<exclude>site-content.README</exclude>
|
||||
<exclude>**/target/**</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
|
|
Loading…
Reference in New Issue