mirror of https://github.com/apache/maven.git
15 lines
352 B
XML
15 lines
352 B
XML
<verifications>
|
|
<files>
|
|
<file>
|
|
<location>src/test/verifier/verifications.xml</location>
|
|
</file>
|
|
<file>
|
|
<location>src/test/verifier/invalidfile</location>
|
|
<exists>false</exists>
|
|
</file>
|
|
<file>
|
|
<location>pom.xml</location>
|
|
<contains>Maven.*Plugin Test</contains>
|
|
</file>
|
|
</files>
|
|
</verifications> |