[
https://jira.codehaus.org/browse/MECLIPSE-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MECLIPSE-193.
-----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
Assignee, if you think you can fix this bug anytime soon, please reopen and
proceed appropriately.
> The new 'additionalConfig' configuration doesn't create sub-directories
> -----------------------------------------------------------------------
>
> Key: MECLIPSE-193
> URL: https://jira.codehaus.org/browse/MECLIPSE-193
> Project: Maven Eclipse Plugin
> Issue Type: Bug
> Affects Versions: 2.3
> Reporter: Maurice Zeijen
> Assignee: fabrizio giustina
>
> The new configuration option 'additionalConfig' throws an exception when I
> set a non existing sub-directory in the 'file' node. It would be better if
> the subdirectory would be created if it doesn't exists.
> Example:
> A lot of eclipse configuration files are written in the '.settings' directory.
> <configuration>
> <additionalConfig>
> <file>
> <name>.settings/org.eclipse.jdt.core.prefs</name>
> <content>
> <![CDATA[
> eclipse.preferences.version=1
> org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4
> org.eclipse.jdt.core.compiler.compliance=1.4
> org.eclipse.jdt.core.compiler.source=1.4
> ]]>
> </content>
> </file>
> </additionalConfig>
> </configuration>
> The plugin should create the subdirectory '.settings' if it doesn't exist.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)