Fix pattern for license check failure
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
802824881b
commit
c1963d6e60
@ -1379,7 +1379,6 @@ under the License.
|
|||||||
<echo>${rat.reportcontent}</echo>
|
<echo>${rat.reportcontent}</echo>
|
||||||
|
|
||||||
<!-- fail the build if at least one note is in the report -->
|
<!-- fail the build if at least one note is in the report -->
|
||||||
<fail><condition><not><contains string="${rat.reportcontent}" substring="Notes: 0"/></not></condition>
|
<fail><condition><matches pattern="[1-9][0-9]* Unknown Licens" string="${rat.reportcontent}"/></condition></fail>
|
||||||
</fail>
|
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user