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:
Phil Steitz 2004-12-13 04:07:17 +00:00
parent 786fc945fb
commit ca225527d3
1 changed files with 10 additions and 1 deletions

View File

@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
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>
<pomVersion>3</pomVersion>
@ -164,6 +164,15 @@
</resource>
</resources>
</unitTest>
<resources>
<resource>
<directory>${basedir}</directory>
<includes>
<include>NOTICE.txt</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>
<reports>
<report>maven-changes-plugin</report>