Label: eclipse+jdt

Content with label eclipse+jdt in Maven Integration for Eclipse (See content from all spaces)
Related Labels: vss, git, archetype, hg, m2eclipse, geronimo, ajdt, nexus, jboss, weblogic, maven, mercurial, subclipse, perforce, tycho, cvs, subversive, subversion, wtp, more » ( - eclipse, - jdt )

Dependency Management
Maven dependency management is integrated with Eclipse JDT using "Maven Dependencies" classpath container. Here are a few things to note: The classpath container contains a dependency list computed by Maven based on the project's pom.xml By default, dependencies are resolved from the Eclipse ...
Other labels: maven, m2eclipse
Dependency Quick Fix
Plugin contributes a Quick Fix (Ctrl1) for resolving missing dependencies that can be called from the Java editor. !quickfix.gif hspace=20! It then shows artifacts that are matching selected class file or package name using a standard artifact search dialog !quickfixsearch.gif ...
Other labels: maven, nexus, m2eclipse
Developing and debugging Maven plugins
Starting from 0.9.2 version, Workspace dependency resolution can be enabled for Maven builds launched in external JVM and starting from version 0.9.4 this works for both embedded and external maven runtimes (tested with 2.0.8 and a recent 2.1SNAPSHOT). This opens up ...
Other labels: maven, m2eclipse
Integration with JDT
Maven dependency management is integrated with Eclipse JDT using "Maven Dependencies" classpath container. The Classpath container contains dependency list computed by Maven based on project's pom.xml. Also see Dependency Management, Resolving artifact sources, Quick Search ...
Other labels: m2eclipse, maven
Resolving artifact sources
You can also manually invoke "Download Sources" action from Maven popup menu on any jars (including those that are not managed with Maven). Then plugin will use Maven repository indexes to lookup corresponding Maven artifact and download its sources ...
Other labels: maven, m2eclipse