maven.multiproject.type is set to war also calls the
eclipse:generate-wtpmodules goal.
.project, .classpath and .wtpmodules files.
.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
.wtpmodules file for eclipse wtp marking the project as a j2ee module.
Project with the maven.multiproject.type set to war are configured as web modules.
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.