Files
spring-boot-rest/maven-modules/maven-plugins/input-resources/verifications.xml
Loredana Crusoveanu 485b4e3e99 Revert "BAEL-4134"
2020-07-07 14:18:10 +03:00

9 lines
418 B
XML

<verifications xmlns="http://maven.apache.org/verifications/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/verifications/1.0.0 http://maven.apache.org/xsd/verifications-1.0.0.xsd">
<files>
<file>
<location>input-resources/baeldung.txt</location>
<contains>Welcome</contains>
</file>
</files>
</verifications>