Uses of Class
org.apache.maven.plugin.ide.AbstractIdeSupportMojo

Packages that use AbstractIdeSupportMojo
org.apache.maven.plugin.eclipse   
 

Uses of AbstractIdeSupportMojo in org.apache.maven.plugin.eclipse
 

Subclasses of AbstractIdeSupportMojo in org.apache.maven.plugin.eclipse
 class EclipsePlugin
          Generates the following eclipse configuration files: .project and .classpath files .setting/org.eclipse.jdt.core.prefs with project specific compiler settings various configuration files for WTP (Web Tools Project), if the parameter wtpversion is set to a valid version (WTP configuration is not generated by default) If this goal is run on a multiproject root, dependencies between modules will be configured as direct project dependencies in Eclipse (unless useProjectReferences is set to false)
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.