-
Bug
-
Resolution: Unresolved
-
Major
-
None
If I have a Maven 2/3 project, and in my maven I have external libraries in lib/ext folder, they are not put on to the classpath of maven when it comes to run Maven.
If I have a Maven 2/3 project, and in my maven I have external libraries in lib/ext folder, they are not put on to the classpath of maven when it comes to run Maven.
If I copy the libs into the MAVEN_HOME/lib folder, then they are loaded. This is a known workaround.