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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]