maven.idea.generated.source should take absolute paths
------------------------------------------------------

         Key: MPIDEA-29
         URL: http://jira.codehaus.org/browse/MPIDEA-29
     Project: maven-idea-plugin
        Type: Bug
    Versions: 1.6    
    Reporter: Geoffrey
    Priority: Minor
 Attachments: module.jelly.20050615

I tried doing:
maven.idea.generated.source=${maven.jaxb.build.dir}
But my maven.jaxb.build.dir is an absolute path and the idea plugin considers 
maven.idea.generated.source to a list of relative to the build directory paths.
I could do maven.idea.generated.source=jaxb but it seems more consistant to the 
rest of maven to use absolute paths (except for includes which use a relative 
path) if I am not mistaken.

Orginally my generated-java was even under my src folder (bad practice but 
sometimes a necessary evil),
which made it harder to configure as the path is relative to the target folder.

Patch attached

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to