mirror of https://github.com/apache/archiva.git
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@477202 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce9cdc2f99
commit
11c4ecf03f
|
@ -5,15 +5,6 @@
|
||||||
<format>jar</format>
|
<format>jar</format>
|
||||||
</formats>
|
</formats>
|
||||||
<fileSets>
|
<fileSets>
|
||||||
<!--
|
|
||||||
<fileSet>
|
|
||||||
<includes>
|
|
||||||
<include>README*</include>
|
|
||||||
<include>LICENSE*</include>
|
|
||||||
<include>NOTICE*</include>
|
|
||||||
</includes>
|
|
||||||
</fileSet>
|
|
||||||
-->
|
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>target/classes</directory>
|
<directory>target/classes</directory>
|
||||||
<outputDirectory>/</outputDirectory>
|
<outputDirectory>/</outputDirectory>
|
||||||
|
@ -28,12 +19,6 @@
|
||||||
<outputDirectory>/</outputDirectory>
|
<outputDirectory>/</outputDirectory>
|
||||||
<unpack>true</unpack>
|
<unpack>true</unpack>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<!--
|
|
||||||
<excludes>
|
|
||||||
<exclude>junit:junit</exclude>
|
|
||||||
<exclude>com.training.killerapp:killerapp-store-xstream</exclude>
|
|
||||||
</excludes>
|
|
||||||
-->
|
|
||||||
</dependencySet>
|
</dependencySet>
|
||||||
</dependencySets>
|
</dependencySets>
|
||||||
</assembly>
|
</assembly>
|
||||||
|
|
Loading…
Reference in New Issue