You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Erik Husby (JIRA)" <ji...@codehaus.org> on 2005/06/17 18:45:58 UTC

[jira] Created: (MPIDEA-31) Incorrectly assues that generated source is in the target directory.

Incorrectly assues that generated source is in the target directory.
--------------------------------------------------------------------

         Key: MPIDEA-31
         URL: http://jira.codehaus.org/browse/MPIDEA-31
     Project: maven-idea-plugin
        Type: Bug
    Reporter: Erik Husby


For historical reasons, our projects build to a directory called "build" not "target". this is controlled by setting the maven property maven.build.dir. The IDEA plugin ignores the setting of this. I would suggest that module.jelly use the expression

 <maven:makeRelativePath var="value" basedir="${basedir}" path="${maven.build.dir}" separator="/" />
<sourceFolder url="file://$$MODULE_DIR$$/${value}/${genSource}" isTestSource="false"/>

instead of
<sourceFolder url="file://$$MODULE_DIR$$/target/${genSource}" isTestSource="false"/>



-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org