Get NOTICE.txt included in META-INF of distribution jars.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
786fc945fb
commit
ca225527d3
11
project.xml
11
project.xml
|
@ -15,7 +15,7 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<!-- $Revision: 1.55 $ $Date: 2004/12/10 05:12:52 $ -->
|
<!-- $Revision: 1.56 $ $Date: 2004/12/13 04:07:17 $ -->
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
|
@ -164,6 +164,15 @@
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
</unitTest>
|
</unitTest>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>${basedir}</directory>
|
||||||
|
<includes>
|
||||||
|
<include>NOTICE.txt</include>
|
||||||
|
</includes>
|
||||||
|
<targetPath>META-INF</targetPath>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
</build>
|
</build>
|
||||||
<reports>
|
<reports>
|
||||||
<report>maven-changes-plugin</report>
|
<report>maven-changes-plugin</report>
|
||||||
|
|
Loading…
Reference in New Issue