Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.2
-
None
-
None
Description
mvn tomcat7:run starts up tomcat in the same JVM as Maven. This is problematic because Maven includes some base libraries that take precedence over the ones in the WAR file. Some examples:
- slf4j-simple (slf4j only supports one binding at a time, so logging is effectively horked)
- google guava