You probably just need to add the system property to the surefire plugin.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
</systemPropertyVariables>
</configuration>
</plugin>
On 11/02/2012 12:28 PM, ssilvert(a)redhat.com wrote:
I'm trying to run a single test from the testsuite. Following
the
instructions in the pom, the test does run but I lose much of the
output. This is apparently due to a problem with finding the LogManager.
Here is what I get:
http://pastebin.com/MwLfLGtJ
Any ideas?
Stan
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
--
James R. Perkins
JBoss by Red Hat