Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5.1
-
Fix Version/s: 2.6
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
Since Maven only recognizes *.java files in Java source directories (src/main/java, or src/test/java, for example), it would be nice if the plugin produced .classpath files configured the same way. Right now, a developer can inadvertently leave a non-Java resource in one of those directories, and everything will work fine in Eclipse. But when the time comes to produce a package, that artifact will be missing since Maven won't pick it up.
Issue Links
- relates to
-
MECLIPSE-551
[regression] Resources are excluded if resource dir equals source dir
-
-
MECLIPSE-553
Maven Eciipse Plugin 2.6 excludes *.aj files from src/main/java
-
First patch was incomplete. Sorry about that.