Sascha Sadat-Guscheh wrote:
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.

This question is best suited for the users list.

i'm using the maven-idea-plugin in the version 2.0-beta-1. my config looks like this:

The first thing to do would be to update to version 2.0, which was released a couple of months ago. Try that and if the problem is still there get back to us on the users list.

<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


--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to