Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.5.1
-
None
-
None
-
Patch
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.
Attachments
Attachments
Issue Links
- relates to
-
MECLIPSE-551 [regression] Resources are excluded if resource dir equals source dir
- Closed
-
MECLIPSE-553 Maven Eciipse Plugin 2.6 excludes *.aj files from src/main/java
- Closed