You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2009/03/31 21:00:13 UTC

[jira] Commented: (MIDEA-119) sourceDirectory that's not direct children of the current directory doesn't get pick up when issuing maven idea:idea

    [ http://jira.codehaus.org/browse/MIDEA-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=171595#action_171595 ] 

Dennis Lundberg commented on MIDEA-119:
---------------------------------------

It's a bad idea to have a source directory that is outside of the projects base directory.
This doesn't answer your request, but given this it's not like that this issue would be fixed.


> sourceDirectory that's not direct children of the current directory doesn't get pick up when issuing maven idea:idea
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: MIDEA-119
>                 URL: http://jira.codehaus.org/browse/MIDEA-119
>             Project: Maven 2.x IDEA Plugin
>          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 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