Directory structure documentation needs updating
------------------------------------------------

                 Key: BUILDR-100
                 URL: https://issues.apache.org/jira/browse/BUILDR-100
             Project: Buildr
          Issue Type: Bug
          Components: Site/documentation
    Affects Versions: 1.3.1
         Environment: All
            Reporter: Shane Witbeck


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to