The following comment has been added to this issue:

     Author: Nick Matthews
    Created: Thu, 24 Feb 2005 8:28 PM
       Body:
Another use for this feature is keeping generated code seperate from the main 
source tree. In some large projects that we have, it makes it much easier to 
keep the source which is held under source control under a central directory 
(the src/ directory) and a tree containing source that is automatically 
generated (what we have as the autogen/ directory). Currently, to do this in 
maven is quite awkward. 

This also makes it simpler to do a 'clean' build. Removing the contents of the 
autogen/ directory is much simpler than a script which selectively prunes 
portions of the src/ directory.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1505?page=comments#action_30292

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1505

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1505
    Summary: Allow project layout other than src/java & src/test
       Type: Improvement

     Status: Reopened
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.1
   Versions:
             1.0.1

   Assignee: 
   Reporter: [EMAIL PROTECTED]

    Created: Sun, 14 Nov 2004 1:08 PM
    Updated: Thu, 24 Feb 2005 8:28 PM

Description:
At present, maven does not work properly unless the java source files are 
contained under the directory src/java.

Seems wrong to have to change the project directory struture just in order to 
use maven.

Would it not be possible to add some information to the project xml file to 
tell maven where to find the source files?


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to