.project file for eclipse describing
the project and 'marking' it as a java project
.classpath file for the eclipse project
with classpath entries for
dependencytarget\classes
Generates an external tool entry for each default goal available to
a Maven project into a file named externaltools.xml
If the ${maven.eclipse.workspace} property is set, the file is copied to the correct location within that workspace
If the ${maven.eclipse.workspace}
is not set, the file is created in the current
directory, and should be manually copied to
Generates an external tool file for each default goal available to
a Maven project into the ${maven.build.dir}/eclipse/ directory
If the ${maven.eclipse.workspace} property is set, the file is copied to the correct location within that workspace
If the ${maven.eclipse.workspace}
is not set, the files should be manually copied to
MAVEN_REPO
exists in the Eclipse environment.