Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.1
-
None
-
All
Description
The current documentation is:
Java projects are laid out so the source files are in the src/main/java directory and compile into the target/classes directory. Resource files go in the src/main/resources directory, also copied over to target/classes. Likewise, unit tests come from src/test/java and src/test/resources, and end life in target/test/classes.
If I'm not mistaken this is no longer true with the change to copying resources from src/main/resources to target/resources, etc.