[ 
https://jira.codehaus.org/browse/MPIDEA-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov closed MPIDEA-44.
--------------------------------

    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.

> Allow creation of the project and module files in a subdirectory
> ----------------------------------------------------------------
>
>                 Key: MPIDEA-44
>                 URL: https://jira.codehaus.org/browse/MPIDEA-44
>             Project: Maven 1.x IDEA Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.6
>         Environment: Maven 1.1beta2
>            Reporter: Wim Deblauwe
>
> I like to have my  idea project and module files in a subdirectory called 
> "ide". My Maven project.xml is in a directory called "build". Like this:
> + moduleroot
>    + build
>      + project.xml
>      + project.properties
>    + ide
>      + module.iml
>      + module.ipr
>    + src
> With Maven 1.x I use a postgoal after the idea plugin like this:
>       <postGoal name="idea">
>               <ant:move todir="${basedir}/../ide">
>                       <ant:fileset dir="${basedir}">
>                               <ant:include name="*.ipr"/>
>                               <ant:include name="*.iml"/>
>                               <ant:include name="*.iws"/>
>                       </ant:fileset>
>               </ant:move>
>               <ant:replace file="${basedir}/../ide/${pom.artifactId}.iml">
>                       <ant:replacefilter token="//$MODULE_DIR$" 
> value="//$MODULE_DIR$/.."/>
>               </ant:replace>
>       </postGoal>
> Is it possible to have this as an option in the plugin?



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to