Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: 1.8
-
Labels:None
Description
eclipse plugin doesnot generate all expected artifacts. for instance :
- if build/aspectSourceDirectory is present in the pom, a source folder corresponding to this source directory should be added to the project AND aspectj nature should be attached to the eclipse project (assuming aspectj plugin has been installed)
- if build/resource(s) are declared in the pom, a source folder should be created in the eclipse project for every unique resource folder. same goes for unitTest/resources (and perhaps integrationUnitTest ? never used it so im not sure of whats declared in the pom)
also maven-eclipse-plugin doesnt seem to support jar overriding, thus writing inconsistent .classpath file ("missing required library")