Logging within JUnit tests run by surefire-plugin

2006-07-27 Thread Eric Crampton
I'm writing unit tests for a library which uses commons-logging-api for its logging. I've noticed that, even if I don't include log4j.properties or the log4j jar on the classpath, logging is accomplished at the INFO level (and higher) to the console. That's almost what I want. I'd like to

Hibernate Archives (.har files) with Maven 2

2005-12-24 Thread Eric Crampton
JBoss supports deployment of special Hibernate Archives [1] (.har files). These are simply a .jar with a different extension and a special file in META-INF. Is there a way to have Maven 2 write out the file as a .har file? If I can generate them directly, can Maven 2 cope with one of these