The idea plugin uses each pom to construct a module. It then creates a project that includes all the modules. It automatically includes the libraries listed as dependencies in the modules.
Daniel Fagerstrom said: > Vadim Gritsenko skrev: >> Daniel Fagerstrom wrote: >> >>> Maven has some cool features! >> >> >> Do you know - does it support IDEA? > > There is an IDEA plugin: > http://maven.apache.org/plugins/maven-idea-plugin/ > don't know how it works though. > >>> $ mvn -Declipse.downloadSources=true eclipse:eclipse > The idea plugin doesn't seem to have any support for downloading sources. > > /Daniel >
