Label: maven

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

Archetype Filtering
Overview In certain enterprise environments there is a desire to restrict the use of archetypes. This document is an attempt to describe the need and possible solutions that can satisfy the need. The Jira issue MNGECLIPSE527 http://jira.codehaus.org/browse/MNGECLIPSE527 has been created to track this request. Motivation ...
Configuring Development Environment
Checking out code Check out all the projects in the anonymous svn repository at http://svn.sonatype.org/m2eclipse/trunk into your Eclipse Workspace. You can either do that (1) from the command line and then in Eclipse import them as "Existing projects in Workspace ...
Contributing Patches
guide adopted from Mylar Contributor Reference http://wiki.eclipse.org/index.php/MylarContributorReference#Contributingpat ches Tips Use JIRA http://jira.codehaus.org/browse/MNGECLIPSE for all of your communication. This helps committers track the contribution. Before setting out to fix a bug ...
Creating Maven projects
Creating Maven projects with Archetypes New Maven project allows to create new project using Maven Archetypes http://maven.apache.org/plugins/mavenarchetypeplugin/. In this case you can select Archetype from the list of Archetypes from selected catalogs. By default ...
Demo Script
page shows features of Maven Integration for Eclipse in a form of the demo script that you can read trough and can try for yourself. Prereqs See Installation Requirements section Maven preferences, console, navigation and other stuff Show Maven preferences ...
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 ...
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 ...
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 ...
Eclipse project configuration
TODO
Extension Points
How to use Extension points page explains how to create new Eclipse plugin to use extension points below. Custom pages in Maven POM editor (since 0.9.7) The Maven POM editor can be extended by adding custom pages ...