mirror of https://github.com/apache/archiva.git
[MRM-337] Add the license and notice files created by the remote resources plugin to the assembly descriptor.
Contributed by: Stefano Bagnara on dev@maven git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-0.9@537527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d925b0a242
commit
0e2161a366
|
@ -85,6 +85,14 @@
|
||||||
<fileMode>0755</fileMode>
|
<fileMode>0755</fileMode>
|
||||||
<lineEnding>dos</lineEnding>
|
<lineEnding>dos</lineEnding>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
<fileSet>
|
||||||
|
<directory>target/maven-shared-archive-resources/META-INF/</directory>
|
||||||
|
<outputDirectory>/</outputDirectory>
|
||||||
|
<includes>
|
||||||
|
<include>NOTICE</include>
|
||||||
|
<include>LICENSE</include>
|
||||||
|
</includes>
|
||||||
|
</fileSet>
|
||||||
</fileSets>
|
</fileSets>
|
||||||
</assembly>
|
</assembly>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue