hi all..

i'm not sure if this is the correct mailinglist for asking this questions, but i'm pretty desperate so i'll give it a try. i'm using the maven-idea-plugin in the version 2.0-beta-1. my config looks like this:

<plugin>
       <artifactId>maven-idea-plugin</artifactId>
       <version>2.0-beta-1</version>
       <configuration>
         <jdkName>1.5</jdkName>
         <downloadJavadocs>true</downloadJavadocs>
         <downloadSources>true</downloadSources>
         <dependenciesAsLibraries>false</dependenciesAsLibraries>
       </configuration>
</plugin>

we have a project with about 30 submodules. when i run the maven idea:idea it generates the project files but i doesn't set the module dependencies .. it always uses the built .jar files as dependency (library dep.) so if i go to my idea settings/project, choose a module and look at the dependencies tab none of the checkboxes are checked. it is really annoying, because for each change in a module i have to run a mvn install to make this change
visible in other modules.

the goal mvn eclipse:eclipse works fine btw

any ideas/suggestions?

kind regards,
sascha

Reply via email to