Commit b2fbe334 authored by guus's avatar guus

Excluding file from tests (unlike Maven 3, Maven 2 assumes this file is a test-class).

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/maven-externalsbased@13068 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7d4bbb65
......@@ -28,6 +28,7 @@
<excludes>
<exclude>**/Admin*.java</exclude>
<exclude>**/XMLProp*.java</exclude>
<exclude>**/TestUtils.java</exclude> <!-- Maven 2 thinks this is a unit-test. -->
</excludes>
</configuration>
</plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment