Author: ataylor
Date: 2011-10-13 10:02:50 -0400 (Thu, 13 Oct 2011)
New Revision: 11532
Modified:
trunk/tests/pom.xml
Log:
commented out manifest test
Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml 2011-10-13 13:36:56 UTC (rev 11531)
+++ trunk/tests/pom.xml 2011-10-13 14:02:50 UTC (rev 11532)
@@ -27,6 +27,10 @@
<configuration>
<skipTests>${skipUnitTests}</skipTests>
<argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
+ <excludes>
+ <!--todo this test is dependant on the jar so needs to be run post
package as an integration tests-->
+ <exclude>**/ManifestTest.java</exclude>
+ </excludes>
</configuration>
</plugin>
</plugins>