I'm just starting to use the idea plugin for M2 and getting used to it. I have a couple of questions. 1. Where can I find the docs for the available goals in the Idea plugin? 2. Do I need the latest version from the trunk to get the features listed in the post below? 3. If I do need the svn version, how do I download it?
------------------------------------------------- Clifton C. Craig, Software Engineer Tell me what's up... visit: http://codeforfun.wordpress.com [EMAIL PROTECTED] On Friday 11 August 2006 2:49 am, Roald Bankras wrote: > With the latest version of the plugin, my multi module projects get setup > correctly. If you're having problems with the sources and javadoc, mvn > idea:module does an update of your project instead of creating it again. > Likewise idea:clean will remove any idea projects files. You can even let > mvn get all sources and javadoc (as far as they are available in the > repository) by specifying the following in your pom: <project> > <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-idea-plugin</artifactId> > <configuration> > <downloadSources>true</downloadSources> > <downloadJavadocs>true</downloadJavadocs> > <dependenciesAsLibraries>true</dependenciesAsLibraries> > </configuration> > </plugin> > </plugins> > </build> > </project> > > The latest snapshot can be found here: > http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin > > Roald Bankras > Software Engineer > JTeam b.v. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
