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

Michael Osipov closed MIDEA-119.
--------------------------------

    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.

> sourceDirectory that's not direct children of the current directory doesn't 
> get pick up when issuing maven idea:idea
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: MIDEA-119
>                 URL: https://jira.codehaus.org/browse/MIDEA-119
>             Project: Maven IDEA Plugin (RETIRED)
>          Issue Type: Bug
>            Reporter: Rama Notowidigdo
>
> When issuing mvn idea:idea with the following pom:
>     <modelVersion>4.0.0</modelVersion>
>     <artifactId>xxxxx</artifactId>
>     <version>1.0.0-SNAPSHOT</version>
>     <packaging>jar</packaging>
>     <build>
>         <sourceDirectory>../../build/java</sourceDirectory>
>     </build>
> The module created doesn't  pickup the source directory.
> But it works fine if I"m pointing a directory that's a child directory from 
> the current dir:
> When issuing mvn idea:idea with the following pom:
>     <modelVersion>4.0.0</modelVersion>
>     <artifactId>xxxxx</artifactId>
>     <version>1.0.0-SNAPSHOT</version>
>     <packaging>jar</packaging>
>     <build>
>         <sourceDirectory>build/java</sourceDirectory>
>     </build>
> build directory is the child of the current dir.



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

Reply via email to