Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 3.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Using Maven 3.0.4
-
Number of attachments :
Description
After updating maven site version from 3.0 to 3.1, I get the following error when running mvn clean site on my project.
As far as I can see, the error come from :
Caused by: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.
at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
... 61 more
Full log is attached.
I added my parent pom.xml file and the pom.xml file for the first module (which fails).
Hope this help.
David.
I see from the log that this is built on Jenkins running on JBoss.
Do you get the same error when you run this build locally?
The reason I ask is because JBoss has has several problems relating to commons-logging.