CP 23 now contains the fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c1dcc48538
commit
b36fa9593f
17
pom.xml
17
pom.xml
|
@ -332,23 +332,8 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<!-- This section can be dropped once the parent pom is corrected (v22+) -->
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${basedir}</directory>
|
||||
<targetPath>META-INF</targetPath>
|
||||
<includes>
|
||||
<include>NOTICE.txt</include>
|
||||
<include>LICENSE.txt</include>
|
||||
</includes>
|
||||
</resource>
|
||||
<!-- This is the default from the super-pom, currently missing from commons parent -->
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
</resource>
|
||||
</resources>
|
||||
|
||||
</build>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue