Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 1.8
-
Labels:None
-
Number of attachments :
Description
When running maven eclipse, dynamically added directories are ignored. this probably is due because they are not computed. If there is a way to run java:compile and get the classpath at that moment this would proabbly be fixed.
I think this is beyond the scope of what most people need. If you can come up with a patch that would be great. One of the core tenets of Maven is that the classpath isn't dynamic.. It's static in that all dependenceies are known by defining them in project.xml.