Label: jdt

All content with label jdt.
Related Labels: m2eclipse , maven , subclipse , ajdt , eclipse , mylyn , archetype , nexus , subversion , subversive , scm , wtp

Dependency Management (Maven Integration for Eclipse)
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 ...
Dependency Quick Fix (Maven Integration for Eclipse)
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 ...
Developing and debugging Maven plugins (Maven Integration for Eclipse)
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 ...
Integration with JDT (Maven Integration for Eclipse)
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 ...
Resolving artifact sources (Maven Integration for Eclipse)
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 ...