You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Wim Deblauwe (JIRA)" <ji...@codehaus.org> on 2005/04/05 16:45:56 UTC

[jira] Created: (MPIDEA-25) Project and module files should use relative paths true

Project and module files should use relative paths true
-------------------------------------------------------

         Key: MPIDEA-25
         URL: http://jira.codehaus.org/browse/MPIDEA-25
     Project: maven-idea-plugin
        Type: Improvement
 Environment: Maven 1.0.2
    Reporter: Wim Deblauwe


When iml and ipr files are generated, relative paths are use like $MODULEDIR$ and so on.. but in the project file we have this:
<project version="4" relativePaths="false">

it would be better to have

<project version="4" relativePaths="true">

If there are people opposed to this, you could make this a setting?

The same is true for the module file:

<module version="4" relativePaths="true" type="JAVA_MODULE">

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


[jira] Closed: (MPIDEA-25) Project and module files should use relative paths true

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPIDEA-25?page=all ]
     
Brett Porter closed MPIDEA-25:
------------------------------

    Fix Version: 1.6
     Resolution: Fixed

> Project and module files should use relative paths true
> -------------------------------------------------------
>
>          Key: MPIDEA-25
>          URL: http://jira.codehaus.org/browse/MPIDEA-25
>      Project: maven-idea-plugin
>         Type: Improvement
>  Environment: Maven 1.0.2
>     Reporter: Wim Deblauwe
>      Fix For: 1.6

>
>
> When iml and ipr files are generated, relative paths are use like $MODULEDIR$ and so on.. but in the project file we have this:
> <project version="4" relativePaths="false">
> it would be better to have
> <project version="4" relativePaths="true">
> If there are people opposed to this, you could make this a setting?
> The same is true for the module file:
> <module version="4" relativePaths="true" type="JAVA_MODULE">

-- 
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