- tearDown() - Method in class org.apache.maven.plugin.eclipse.EclipsePluginUnitTest
-  
- tearDown() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
-  
- tearDown() - Method in class org.apache.maven.plugin.eclipse.it.AbstractEclipsePluginIT
-  
- tearDown() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseClasspathWriterUnitTest
-  
- tearDown() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseProjectWriterTest
-  
- tearDown() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWtpComponent15WriterTest
-  
- TempEclipseWorkspace - Class in org.apache.maven.plugin.eclipse
-  
- TempEclipseWorkspace(String, String[]) - Constructor for class org.apache.maven.plugin.eclipse.TempEclipseWorkspace
-  
- testBuildDirectoryList_ShouldUseTestOutputDirFromProjectWhenBuildOutputDirIsStandard() - Method in class org.apache.maven.plugin.eclipse.EclipsePluginUnitTest
-  
- testCreateArtifactId() - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenTest
- 
Test the generation of a artifactId from a bundle symbolic name. 
- testCreateGroupId() - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenTest
- 
Test the generation of a groupId from a bundle symbolic name. 
- testDynamicWorkspaceLookup() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Assumes that unit tests (ReadWorkspaceLocationsTest) have been run so that .location files have been created
 correctly. 
- TestEclipseWriterConfig - Class in org.apache.maven.plugin.eclipse.writers.testutils
-  
- TestEclipseWriterConfig() - Constructor for class org.apache.maven.plugin.eclipse.writers.testutils.TestEclipseWriterConfig
-  
- testEquals() - Method in class org.apache.maven.plugin.eclipse.BuildCommandTest
- 
Tests various equalities for buildCommands, needed to remove duplicate build commands from .project.
 
- testExtractResourceDirs_ShouldIncludeMainAndTestResources() - Method in class org.apache.maven.plugin.eclipse.EclipsePluginUnitTest
-  
- testExtractResourceDirs_ShouldIncludeMainAndTestResourcesWhenBaseDirsDiffer() - Method in class org.apache.maven.plugin.eclipse.EclipsePluginUnitTest
-  
- testExtractResourceDirs_ShouldUseResourceOutput() - Method in class org.apache.maven.plugin.eclipse.EclipsePluginUnitTest
-  
- testExtractResourceDirs_ShouldUseSpecifiedOutputDirectory() - Method in class org.apache.maven.plugin.eclipse.EclipsePluginUnitTest
-  
- testGetArtifactVersion() - Method in class org.apache.maven.plugin.ide.IdeUtilsTest
-  
- testGetProjectLocation_ForProjectAtWorkspaceLevel() - Method in class org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest
- 
Project's at the workspace level do not have a .location file. 
- testGetProjectLocation_ForProjectsOutsideWorkspace() - Method in class org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest
- 
Project's located other than at the workspace level have a .location file. 
- testGetProjectLocation_ForProjectsWithinProjects() - Method in class org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest
- 
Project's located other than at the workspace level have a .location file. 
- testGetProjectNameStringIdeDependency() - Method in class org.apache.maven.plugin.ide.IdeUtilsTest
-  
- testGetWebsphereVersion() - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfigurationTest
-  
- testGroovy() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testJeeSimple() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testJira_MECLIPSE_418_correct_bundle_headers() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
- 
Has both Bundle-Name and Bundle-SymbolicName and should be installed. 
- testJira_MECLIPSE_418_no_bundle_name() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
- 
Has Bundle-SymbolicName but no Bundle-Name and should be installed. 
- testJira_MECLIPSE_418_no_bundle_symbolicname() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
- 
Has Bundle-Name but no Bundle-SymbolicName and should be installed. 
- testJira_MECLIPSE_418_no_manifest_headers() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
- 
Has neither Bundle-Name or Bundle-SymbolicName and should NOT be installed. 
- testJira_MECLIPSE_488() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
- 
if a jar has no manifest, do not install plugin. 
- testLoadFormatter() - Method in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseCodeFormatterTest
-  
- testMECLIPSE_56_encoding() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
MECLIPSE-56 : problem with encoding of non-ascii characters in pom.xml 
- testMerge_src_main_java_with_src_main_resources() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDirTest
- 
A merge with a source directory and a resource directory results in:
 
 source directory
 includes is empty
 excludes is empty
  
- testMerge_two_resource_directories() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDirTest
-  
- testMerge_two_resource_directories_with_duplicates() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDirTest
-  
- testMergWhenFilteringIsNotIdentical() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDirTest
-  
- testMergWhenFilteringIsNotIdenticalOverlapping() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDirTest
-  
- testModule1Classpath() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginMasterProjectIT
-  
- testModule1Project() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginMasterProjectIT
-  
- testModule1Wtpmodules() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginMasterProjectIT
-  
- testModule2Classpath() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginMasterProjectIT
-  
- testModule2Project() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginMasterProjectIT
-  
- testModule2Wtpmodules() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginMasterProjectIT
-  
- testMyEclipseProject06MECLIPSE427() - Method in class org.apache.maven.plugin.eclipse.it.MyEclipsePluginIT
- 
Simple project with with spring configuration that points at non-existent directory 
- testOsgiVersionToMavenVersion() - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenTest
-  
- testParseDependencies() - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenTest
- 
Tests the parsing of the "Require-Bundle" entry from a manifest. 
- testParseDependenciesWithQualifier() - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenTest
- 
Tests the parsing of the "Require-Bundle" entry from a manifest. 
- testProject(String) - Method in class org.apache.maven.plugin.eclipse.it.AbstractEclipsePluginIT
- 
Execute the eclipse:eclipse goal on a test project and verify generated files. 
- testProject(File) - Method in class org.apache.maven.plugin.eclipse.it.AbstractEclipsePluginIT
- 
Execute the eclipse:eclipse goal on a test project and verify generated files. 
- testProject(String, Properties, String, String) - Method in class org.apache.maven.plugin.eclipse.it.AbstractEclipsePluginIT
- 
Execute the eclipse:eclipse goal on a test project and verify generated files. 
- testProject(String, Properties, String, String, boolean) - Method in class org.apache.maven.plugin.eclipse.it.AbstractEclipsePluginIT
- 
Execute the eclipse:eclipse goal on a test project and verify generated files. 
- testProject(File, Properties, String, String) - Method in class org.apache.maven.plugin.eclipse.it.AbstractEclipsePluginIT
-  
- testProject(File, Properties, String, String, boolean) - Method in class org.apache.maven.plugin.eclipse.it.AbstractEclipsePluginIT
- 
Execute the eclipse:eclipse goal on a test project and verify generated files. 
- testProject01() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject01() - Method in class org.apache.maven.plugin.eclipse.it.MyEclipsePluginIT
- 
Web project, no spring/struts/hibernate capability, J2EE 1.3 
- testProject02() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject02() - Method in class org.apache.maven.plugin.eclipse.it.MyEclipsePluginIT
- 
Web project, no spring/struts/hibernate capability, J2EE 1.4 
- testProject03() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject03() - Method in class org.apache.maven.plugin.eclipse.it.MyEclipsePluginIT
- 
Simple project with Spring capability 
- testProject04() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject04() - Method in class org.apache.maven.plugin.eclipse.it.MyEclipsePluginIT
- 
Simple project with Spring and Hibernate capabilities 
- testProject05() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject06() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject07() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject07MECLIPSE445() - Method in class org.apache.maven.plugin.eclipse.it.MyEclipsePluginIT
- 
Verifies spring files created with sub-projects (modules) module-1 should have spring bean files in the
 .springBeans file. module-2 should not have spring bean files in the .springBeans file. 
- testProject08() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject09() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Tests with outputDirectoryandoutputDir
 
- testProject1() - Method in class org.apache.maven.plugin.eclipse.it.RadPluginIT
-  
- testProject10() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject11() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject12() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Ear packaging 
- testProject13() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Dependency range - MECLIPSE-96 
- testProject14() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Additional natures and builders - MECLIPSE-64 
- testProject15() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
outputDirectoryparameter - MECLIPSE-11
 
- testProject16() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
UTF8 encoding - MECLIPSE-56 
- testProject17() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
ISO-8859-15 encoding - MECLIPSE-56 
- testProject18() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
relative location of system dependencies - MECLIPSE-89 
- testProject19() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Resource targetPath is relative to the project's output directory - MECLIPSE-77 
- testProject2() - Method in class org.apache.maven.plugin.eclipse.it.RadPluginIT
-  
- testProject20() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
WTP 1.5 changes in wtpmodules. 
- testProject25() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Test source exclude/include. 
- testProject26() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Test different compiler settings for test sources. 
- testProject27() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Test additional project facets specified. 
- testProject28() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
MECLIPSE-241 : Compiler settings from parent project aren't used in wtp facet. 
- testProject29() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
MECLIPSE-198 : EJB version is not resloved 
- testProject3() - Method in class org.apache.maven.plugin.eclipse.it.RadPluginIT
-  
- testProject30() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
MECLIPSE-108 : .wtpmodules with version 2.4 for javax.servlet:servlet-api:2.3 
- testProject31() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
MECLIPSE-185 : plugin doesn't fail when dependencies are missing 
- testProject32() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
MECLIPSE-109 : .component wb-resource source path incorrect for ear packaging 
- testProject33() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
MECLIPSE-287 : dependencies with and without classifiers. 
- testProject34() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject35() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject36() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject37() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject38() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject39_a() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject39_b() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject39_c() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject4() - Method in class org.apache.maven.plugin.eclipse.it.RadPluginIT
-  
- testProject40_a() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject40_b() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject40_c() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject41() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject42() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
-  
- testProject43() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-79] 
- testProject45() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-379] When downloading sources and javadocs dependency classifier is not respected. 
- testProject46() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Test not available marker file is created for sources/javadocs. biz.aQute:bndlib:0.0.145 does not have sources or
 javadocs. 
- testProject47() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Test not available marker file is created for sources/javadocs. commons-lang:commons-lang:1.0 does not have
 sources but does have javadocs. 
- testProject48() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Test not available marker file is created for sources/javadocs. does-not-exist:does-not-exist:666 doesn't exist
 so no markers should be created. 
- testProject49() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
Test forceRecheck 
- testProject5() - Method in class org.apache.maven.plugin.eclipse.it.RadPluginIT
-  
- testProject50MECLIPSE415() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-415] settings are stored in wrong directory if project is not in the workspace. 
- testProject51MECLIPSE415() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-415] settings are stored in wrong directory if project is not in the workspace. 
- testProject52MECLIPSE104() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-104] Add the ability to specify source exclusions 
- testProject53MECLIPSE551() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-551] Source directory and resource directory are the same 
- testProject54MECLIPSE178() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-178] symbolic links need to able to be specified in the pom 
- testProject55MECLIPSE178() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-178] symbolic links need to able to be specified in the pom Test the case where a link is already
 existing in the .project 
- testProject56() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-603] checks exclusions on direct and transitive dependencies 
- testProject57() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-368] Dependency configuration in DependencyManagement with exclusions is ignored 
- testProject58() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-621] mvn eclipse:eclipse fails or doesn't generate proper .classpath when specifying the same resource directory with different filtering rules 
- testProject59() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-576] Merge resource dirs shall pass gracefully 
- testProject6() - Method in class org.apache.maven.plugin.eclipse.it.RadPluginIT
-  
- testProject60() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-652] Ability to map a webapp to the root context 
- testProject61() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-548] Classpath container entries should come before 3rd party jars in .classpath 
- testProject62() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-561] Make "test sources last" configurable 
- testProject63() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-338] Correct classpath ordering in .classpath 
- testProject64() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-338] Correct classpath ordering in .classpath 
- testProject65() - Method in class org.apache.maven.plugin.eclipse.it.EclipsePluginIT
- 
[MECLIPSE-642] Releative resource directories cause StringIndexOutOfBoundsException 
- testProject7() - Method in class org.apache.maven.plugin.eclipse.it.RadPluginIT
- 
Tests warSourceDirectory setting to be reflected in generated .websettings, location of jars in WEB-INF/lib and
 generation of MANIFEST.MF at the right place 
- testProject8() - Method in class org.apache.maven.plugin.eclipse.it.RadPluginIT
-  
- testProjectAjdt01() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testProjectAjdt02() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testProjectAjdt03() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testProjectAjdt04() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testProjectAjdt05() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testProjectAjdt06() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testProjectAjdt07() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testProjectAjdt08() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testProjectAjdt09() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testProjectAjdt10() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testProjectAjdt11() - Method in class org.apache.maven.plugin.eclipse.it.EclipseAjdtPluginIT
-  
- testReadDefinedServers_PrefsFileDoesNotExist() - Method in class org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest
-  
- testReadDefinedServers_PrefsFileExistsWithMissingRuntimes() - Method in class org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocationsTest
-  
- testRemoveCache() - Method in class org.apache.maven.plugin.eclipse.it.RemoveCacheMojoIT
- 
Project-46 uses which does not have sources/javadocs for biz.aQute:bndlib:0.0.145. 
- testShouldInstallAsDirWhenPropertyIsFalse() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
-  
- testShouldInstallAsJarWhenPropertyIsTrue() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
-  
- testShouldInstallAsJarWhenPropertyNotSpecified() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
-  
- testShouldInstallWhenTypeContainedInPluginTypesListWithMultipleValues() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
-  
- testShouldNotInstallWhenTypeNotContainedInPluginTypesList() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
-  
- testShouldRemoveOldDirectoryBeforeInstallingNewJarWhenOverwriteIsFalse() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
-  
- testShouldRemoveOldDirectoryBeforeInstallingNewJarWhenOverwriteIsTrue() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojoTest
-  
- testToRelativeAndFixSeparator_MECLIPSE_261() - Method in class org.apache.maven.plugin.ide.IdeUtilsTest
- 
See MECLIPSE-261. 
- testToRelativeAndFixSeparator_WhereOnDifferentDrivesAndAbsolutePaths() - Method in class org.apache.maven.plugin.ide.IdeUtilsTest
- 
When the file to add is on a different drive and an absolute path expect that the returned value is the same as
 the file to add (but with /s) 
- testToRelativeAndFixSeparator_WhereOnDifferentDrivesAndFileToAddRelative() - Method in class org.apache.maven.plugin.ide.IdeUtilsTest
- 
When the file to add is a relative file then expect the result to be relative to the basedir (not whatever the
 current processes basedir is set to) 
- testToString_src_main_java() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDirTest
-  
- testToString_src_main_resources() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDirTest
-  
- testToString_src_test_java() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDirTest
-  
- testToString_src_test_resources() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDirTest
-  
- testWorkspace(String) - Method in class org.apache.maven.plugin.eclipse.it.AbstractEclipsePluginIT
- 
Execute the eclipse:configure-workspace goal on a test project and verify generated files. 
- testWorkspace(String, String) - Method in class org.apache.maven.plugin.eclipse.it.AbstractEclipsePluginIT
- 
Execute the eclipse:configure-workspace goal on a test project and verify generated files. 
- testWorkspace(String, Properties, String) - Method in class org.apache.maven.plugin.eclipse.it.AbstractEclipsePluginIT
- 
Execute the eclipse:configure-workspace goal on a test project and verify generated files. 
- testWorkspace02() - Method in class org.apache.maven.plugin.eclipse.it.EclipseWorkspaceIT
-  
- testWrite_preservingLinkedResources() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseProjectWriterTest
-  
- testWrite_ShouldGenerateValidJavadocURLs() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseClasspathWriterUnitTest
-  
- testWrite_ShouldMaskOutputDirsNestedWithinAnExistingOutputDir() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseClasspathWriterUnitTest
-  
- testWriteEjbComponentMECLIPSE455() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWtpComponent15WriterTest
- 
Tests the creation of the ejb module references in the org.eclipse.wst.common.component file for:
 
 component file of EAR
 WTP 1.5
 dep is referenced project
 
 The archivename is expected to be jar - independent from the packaging (ejb).