Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.1.1
-
None
-
None
-
None
-
Patch
Description
This is my first time for an issue/patch submission. Apologies if I'm doing it wrong....
When building in Eclipse using m2e in workspace resolution mode, the maven-war-plugin is not prepared for a "dependency" which isn't an assembly but is instead a folder containing the compiled classes from within the local workspace. I propose that if the incoming dependency happens to be a directory that it get packaged up and copied to the destination instead of blowing up with an exception.
See attached patch for your review...