The maven-eclipse-plugin has this configured. It's been that way for most 2.x releases.
<plugin> <artifactId>maven-eclipse-plugin</artifactId> <version>2.7</version> <configuration> <additionalProjectnatures> <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature> </additionalProjectnatures> <additionalBuildcommands> <buildcommand>org.springframework.ide.eclipse.core.springbuilder</buildcommand> </additionalBuildcommands> <downloadSources>true</downloadSources> <downloadJavadocs>true</downloadJavadocs> <wtpversion>1.5</wtpversion> </configuration> </plugin> On Fri, Nov 20, 2009 at 12:21 AM, harps <harper_a...@yahoo.com.au> wrote: > > I get that same problem with mvn eclipse:eclipse. It also downloads sources > and javadoc for all the libraries which I am pretty sure it did not used to > do. Although this may be a feature ? > > Example: > > Downloading: > > http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-ws-addr/2.2.4/cxf-rt-ws-addr-2.2.4-sources.jar > > Thanks, > Harps. > > > Rahul Somasunderam wrote: > > > > mvn eclipse:eclipse gives this: > > > > [INFO] Request to merge when 'filtering' is not identical. > > Original=resource src/main/resources: output=target/classes, include=[], > > > exclude=[ApplicationResources_de.properties|ApplicationResources_fr.properties|ApplicationResources_ko.properties|ApplicationResources_nl.properties|ApplicationResources_no.properties|ApplicationResources_pt*.properties|ApplicationResources_tr.properties|ApplicationResources_zh*.properties|applicationContext-resources.xml|**/*.java], > > test=false, filtering=true, merging with=resource src/main/resources: > > output=target/classes, include=[applicationContext-resources.xml], > > exclude=[**/*.java], test=false, filtering=false > > > > > > > > -- > View this message in context: > http://n4.nabble.com/ANN-AppFuse-2-1-0-Milestone-1-Released-tp624033p624411.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >