mirror of https://github.com/jenkinsci/jenkins.git
the source bundle was getting out of control in what it contains!
This commit is contained in:
parent
7077eed02a
commit
e568a95ef1
|
@ -36,6 +36,13 @@ THE SOFTWARE.
|
|||
<include>**/*</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>*.build</exclude>
|
||||
<exclude>*.changes</exclude>
|
||||
<exclude>*.pkg</exclude>
|
||||
<exclude>*.zip</exclude>
|
||||
<exclude>*.log</exclude>
|
||||
<exclude>.repository</exclude>
|
||||
<exclude>.repository/**/*</exclude>
|
||||
<exclude>**/target</exclude>
|
||||
<exclude>**/target/**/*</exclude>
|
||||
<exclude>**/work</exclude>
|
||||
|
@ -43,4 +50,4 @@ THE SOFTWARE.
|
|||
</excludes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
</assembly>
|
||||
|
|
Loading…
Reference in New Issue