Author: khmarbaise
Date: Wed Oct 22 19:42:38 2014
New Revision: 1633696

URL: http://svn.apache.org/r1633696
Log:
[MECLIPSE-756]
 - Fixing several RAT issues.

Modified:
    
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/ear-module/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/ejb-module/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/invoker.properties
    maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/war-module/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-676/invoker.properties
    maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-676/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/invoker.properties
    
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/jar-module/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/pom-module/pom.xml
    maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/war-module/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/MyEclipsePlugin.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/META-INF/plexus/components.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/eclipse/messages.properties
    
maven/plugins/trunk/maven-eclipse-plugin/src/optional/eclipse-config/maven-styles.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/additional-facets.apt.vm
    
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/ajdt-projects.apt.vm
    
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/attach-library-sources.apt.vm
    
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/configure-checkstyle.apt.vm
    
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/load-code-styles.apt.vm
    
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/multi-module-projects.apt.vm
    
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/prevent-module-references.apt.vm
    
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/provide-project-natures-and-build-commands.apt.vm
    
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/specifying-source-path-inclusions-and-exclusions.apt.vm
    maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/pde.apt.vm
    
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/trouble-shooting/jdk-being-used-is-different-than-expected.apt
    maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/TempEclipseWorkspace.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/dynamicWorkspace/project-O/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/dynamicWorkspace/project-O/src/main/java/DummyClass.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/dynamicWorkspace/workspace/project-A/module-A1/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/dynamicWorkspace/workspace/project-A/module-A1/src/main/java/DummyClass.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/dynamicWorkspace/workspace/project-A/module-A2/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/dynamicWorkspace/workspace/project-A/module-A2/src/main/java/DummyClass.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/dynamicWorkspace/workspace/project-A/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/dynamicWorkspace/workspace/project-Z/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/dynamicWorkspace/workspace/project-Z/src/main/java/DummyClass.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/eclipseWithDefault13/workspace/direct-compile/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/eclipseWithDefault15/workspace/direct-compile/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/eclipse/rad7WithDefault14/workspace/direct-compile/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/m2repo/eclipsetest/checkstyle-config/maven-metadata-local.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/groovy/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/groovy/src/main/groovy/GroovyHello.groovy
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/groovy/src/main/groovy/GroovyMain.groovy
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/groovy/src/main/groovy/Helloable.groovy
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/groovy/src/main/java/foo/JavaHello.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/groovy/src/main/java/foo/JavaMain.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/groovy/src/test/groovy/GroovyTest.groovy
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/groovy/src/test/java/foo/JavaTest.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/j2ee-simple/ear/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/j2ee-simple/ear/expected/target/eclipseEar/META-INF/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/j2ee-simple/ejbs/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/j2ee-simple/primary-source/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/j2ee-simple/projects/logging/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/j2ee-simple/servlets/servlet/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/master-test/module-1/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/master-test/module-2/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/master-test/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-01/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-01/src/main/java/DummyClass.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-02/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-03/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-04/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-05/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-06/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-07/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-08/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-09/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-10/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-11/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-12/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-12/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-13/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-14/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-15/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-16/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-18/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-19/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-20/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-20/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-21/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-22/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-23/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-24/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-25/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-25/src/main/java/PlaceHolder.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-25/src/main/java/test.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-26/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-26/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-26/src/main/java/PlaceHolder.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-27/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-27/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-28/module-1/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-28/module-1/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-28/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-29/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-29/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-30/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-31/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-32/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-32/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-33/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-1/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-1/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-2/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-2/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-3/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-3/expected/target/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-3/expected/target/eclipseEar/META-INF/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-3/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-4/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-4/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-35/multymodule-ear/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-35/multymodule-ear/expected/target/eclipseEar/META-INF/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-35/multymodule-ear/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-35/multymodule-war/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-35/multymodule-war/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-35/multymodule-war/src/main/webapp/WEB-INF/web.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-35/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-36/my-ear/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-36/my-ear/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-36/my-ejb/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-36/my-ejb/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-36/my-ejb/src/main/java/example/Hello.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-36/my-ejb/src/main/java/example/HelloBean.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-36/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-37/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-38/child/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-38/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-39-a/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-39-b/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-39-c/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-40-a/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-40-b/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-40-c/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-41/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-41/expected/target/eclipseEar/META-INF/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-41/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-42/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-42/expected/target/eclipseEar/META-INF/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-42/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-43/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-44/eclipse-settings/checkstyle-config.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-44/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-45/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-46/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-47/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-48/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-49/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-50-MECLIPSE-415/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-1/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-1/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-2/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-2/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-3/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-3/expected/target/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-3/expected/target/eclipseEar/META-INF/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-3/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-4/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-4/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-52-MECLIPSE-104/module-1/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-52-MECLIPSE-104/module-2/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-52-MECLIPSE-104/module-3/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-52-MECLIPSE-104/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-53-MECLIPSE-551/src/main/java/com/mycompany/HomePage.html
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-53-MECLIPSE-551/src/main/java/com/mycompany/HomePage.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-53-MECLIPSE-551/src/main/java/com/mycompany/WicketApplication.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-53-MECLIPSE-551/src/main/resources/log4j.properties
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-53-MECLIPSE-551/src/main/webapp/WEB-INF/web.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-53-MECLIPSE-551/src/test/java/com/mycompany/Start.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-53-MECLIPSE-551/src/test/java/com/mycompany/TestHomePage.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-54-MECLIPSE-178/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-55-MECLIPSE-178/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-56-MECLIPSE-603/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-57-MECLIPSE-368/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-58-MECLIPSE-621/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-58-MECLIPSE-621/src/main/java/com/mycompany/samples/App.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-58-MECLIPSE-621/src/main/resources/bar.properties
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-58-MECLIPSE-621/src/main/resources/foo.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-58-MECLIPSE-621/src/test/java/com/mycompany/samples/AppTest.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-59-MECLIPSE-576/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-59-MECLIPSE-576/src/main/java/com/mycompany/samples/App.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-59-MECLIPSE-576/src/main/resources/bar.properties
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-59-MECLIPSE-576/src/main/resources/foo.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-59-MECLIPSE-576/src/test/java/com/mycompany/samples/AppTest.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-60-MECLIPSE-652/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-60-MECLIPSE-652/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-61-MECLIPSE-548/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-62-MECLIPSE-561/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-62-MECLIPSE-561/src/main/java/DummyClass.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-62-MECLIPSE-561/src/main/resources/main.properties
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-62-MECLIPSE-561/src/test/java/DummyTest.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-62-MECLIPSE-561/src/test/resources/test.properties
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-63-MECLIPSE-388/src/main/java/com/mycompany/HomePage.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-63-MECLIPSE-388/src/main/resources/log4j.properties
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-63-MECLIPSE-388/src/main/webapp/WEB-INF/web.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-63-MECLIPSE-388/src/test/java/com/mycompany/Start.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-63-MECLIPSE-388/src/test/java/com/mycompany/TestHomePage.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-64-MECLIPSE-388/src/main/java/com/mycompany/HomePage.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-64-MECLIPSE-388/src/main/resources/log4j.properties
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-64-MECLIPSE-388/src/main/webapp/WEB-INF/web.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-64-MECLIPSE-388/src/test/java/com/mycompany/Start.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-64-MECLIPSE-388/src/test/java/com/mycompany/TestHomePage.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-65-MECLIPSE-642/module-1/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-65-MECLIPSE-642/module-1/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-65-MECLIPSE-642/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-01/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-02/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-03/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-04/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-05/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-06/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-07/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-08/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-09/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-10-MECLIPSE-538/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-10-MECLIPSE-538/src/main/java/org/test/App.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-10-MECLIPSE-538/src/test/java/org/test/AppTest.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-11-MECLIPSE-104/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-11-MECLIPSE-104/src/main/java/org/test/App.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-ajdt-11-MECLIPSE-104/src/test/java/org/test/AppTest.java
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-01/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-01/src/main/webapp/WEB-INF/web.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-01/src/main/webapp/index.jsp
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-02/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-02/src/main/webapp/WEB-INF/web.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-02/src/main/webapp/index.jsp
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-03/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-03/src/main/resources/applicationContext-bar.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-03/src/main/resources/applicationContext-foo.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-03/src/main/resources/org/apache/maven/test/applicationContext-baz.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-04/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-04/src/main/resources/org/apache/maven/test/applicationContext-persistence.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-05/eclipse-settings/checkstyle-config.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-05/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-05/src/main/resources/org/apache/maven/test/applicationContext-persistence.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-06-MECLIPSE-427/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-06-MECLIPSE-427/src/main/resources/applicationContext-bar.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-06-MECLIPSE-427/src/main/resources/applicationContext-foo.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-06-MECLIPSE-427/src/main/resources/org/apache/maven/test/applicationContext-baz.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/multymodule-1/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/multymodule-1/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/multymodule-1/src/main/resources/applicationContext-bar.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/multymodule-1/src/main/resources/applicationContext-foo.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/multymodule-1/src/main/resources/org/apache/maven/test/applicationContext-baz.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/multymodule-2/expected/.settings/org.eclipse.wst.common.project.facet.core.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/multymodule-2/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/multymodule-2/src/main/resources/applicationContext-bar.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/multymodule-2/src/main/resources/applicationContext-foo.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/multymodule-2/src/main/resources/org/apache/maven/test/applicationContext-baz.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-07-MECLIPSE-445/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-1/expected/META-INF/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-1/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-2/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-3/ejbModule/META-INF/ejb-jar.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-3/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-4/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-5/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-5/project-rad-1/META-INF/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-5/project-rad-1/expected/META-INF/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-5/project-rad-1/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-5/project-rad-2/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-5/project-rad-2/src/main/webapp/WEB-INF/web.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-5/project-rad-3/ejbModule/META-INF/ejb-jar.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-5/project-rad-3/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-5/project-rad-4/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-6/expected/META-INF/application.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-6/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-7/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-rad-8/pom.xml
    
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/workspace-01/pom.xml
    maven/plugins/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/ear-module/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/ear-module/pom.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/ear-module/pom.xml 
(original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/ear-module/pom.xml 
Wed Oct 22 19:42:38 2014
@@ -1,13 +1,33 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-         <groupId>org.apache.maven.plugins.it</groupId>
-         <artifactId>parent-meclipse-350</artifactId>
-         <version>0.0.1-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>ear-meclipse-350</artifactId>
-  <packaging>ear</packaging>
-  
-</project>
\ No newline at end of file
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+         <groupId>org.apache.maven.plugins.it</groupId>
+         <artifactId>parent-meclipse-350</artifactId>
+         <version>0.0.1-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>ear-meclipse-350</artifactId>
+  <packaging>ear</packaging>
+  
+</project>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/ejb-module/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/ejb-module/pom.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/ejb-module/pom.xml 
(original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/ejb-module/pom.xml 
Wed Oct 22 19:42:38 2014
@@ -1,12 +1,32 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-         <groupId>org.apache.maven.plugins.it</groupId>
-         <artifactId>parent-meclipse-350</artifactId>
-         <version>0.0.1-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>ejb-meclipse-350</artifactId>
-  
-</project>
\ No newline at end of file
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+         <groupId>org.apache.maven.plugins.it</groupId>
+         <artifactId>parent-meclipse-350</artifactId>
+         <version>0.0.1-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>ejb-meclipse-350</artifactId>
+  
+</project>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/invoker.properties?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/invoker.properties 
(original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/invoker.properties 
Wed Oct 22 19:42:38 2014
@@ -1 +1,18 @@
-invoker.goals = eclipse:clean eclipse:eclipse
\ No newline at end of file
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+invoker.goals = eclipse:clean eclipse:eclipse

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/pom.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/pom.xml 
(original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/pom.xml Wed 
Oct 22 19:42:38 2014
@@ -1,31 +1,51 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.plugins.it</groupId>
-  <artifactId>parent-meclipse-350</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>ear-module</module>
-    <module>ejb-module</module>
-    <module>war-module</module>
-  </modules>
-  
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-eclipse-plugin</artifactId>
-          <version>@project.version@</version>
-          <configuration>
-            <wtpversion>2.0</wtpversion>
-            <jeeversion>6.0</jeeversion>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
-</project>
\ No newline at end of file
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.plugins.it</groupId>
+  <artifactId>parent-meclipse-350</artifactId>
+  <version>0.0.1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>ear-module</module>
+    <module>ejb-module</module>
+    <module>war-module</module>
+  </modules>
+  
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-eclipse-plugin</artifactId>
+          <version>@project.version@</version>
+          <configuration>
+            <wtpversion>2.0</wtpversion>
+            <jeeversion>6.0</jeeversion>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+</project>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/war-module/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/war-module/pom.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/war-module/pom.xml 
(original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-350/war-module/pom.xml 
Wed Oct 22 19:42:38 2014
@@ -1,13 +1,33 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-         <groupId>org.apache.maven.plugins.it</groupId>
-         <artifactId>parent-meclipse-350</artifactId>
-         <version>0.0.1-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>war-meclipse-350</artifactId>
-  <packaging>war</packaging>
-
-</project>
\ No newline at end of file
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+         <groupId>org.apache.maven.plugins.it</groupId>
+         <artifactId>parent-meclipse-350</artifactId>
+         <version>0.0.1-SNAPSHOT</version>
+  </parent>
+  
+  <artifactId>war-meclipse-350</artifactId>
+  <packaging>war</packaging>
+
+</project>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-676/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-676/invoker.properties?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-676/invoker.properties 
(original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-676/invoker.properties 
Wed Oct 22 19:42:38 2014
@@ -1 +1,18 @@
-invoker.goals = eclipse:clean eclipse:eclipse
\ No newline at end of file
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+invoker.goals = eclipse:clean eclipse:eclipse

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-676/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-676/pom.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-676/pom.xml 
(original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-676/pom.xml Wed 
Oct 22 19:42:38 2014
@@ -1,29 +1,49 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-
-  <groupId>org.apache.maven.plugins.it</groupId>
-  <artifactId>meclipse-676</artifactId>
-  <version>0.1-SNAPSHOT</version>
-  <name>meclipse676</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-eclipse-plugin</artifactId>
-        <version>@project.version@</version>
-        <configuration>
-          <linkedResources>
-            <linkedResource>
-              <name>src/main/webapp/docroot/myfolder</name>
-              <type>2</type>
-              <locationURI>FOLDER_VAR/otherfolder/myfolder</locationURI>
-            </linkedResource>
-          </linkedResources>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.plugins.it</groupId>
+  <artifactId>meclipse-676</artifactId>
+  <version>0.1-SNAPSHOT</version>
+  <name>meclipse676</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <version>@project.version@</version>
+        <configuration>
+          <linkedResources>
+            <linkedResource>
+              <name>src/main/webapp/docroot/myfolder</name>
+              <type>2</type>
+              <locationURI>FOLDER_VAR/otherfolder/myfolder</locationURI>
+            </linkedResource>
+          </linkedResources>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/invoker.properties?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/invoker.properties 
(original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/invoker.properties 
Wed Oct 22 19:42:38 2014
@@ -1 +1,18 @@
-invoker.goals = eclipse:clean eclipse:eclipse
\ No newline at end of file
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+invoker.goals = eclipse:clean eclipse:eclipse

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/jar-module/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/jar-module/pom.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/jar-module/pom.xml 
(original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/jar-module/pom.xml 
Wed Oct 22 19:42:38 2014
@@ -1,12 +1,32 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-         <groupId>org.apache.maven.plugins.it</groupId>
-         <artifactId>parent-meclipse-692</artifactId>
-         <version>0.0.1-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>jardep-meclipse-692</artifactId>
-  
-</project>
\ No newline at end of file
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+         <groupId>org.apache.maven.plugins.it</groupId>
+         <artifactId>parent-meclipse-692</artifactId>
+         <version>0.0.1-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>jardep-meclipse-692</artifactId>
+  
+</project>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/pom-module/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/pom-module/pom.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/pom-module/pom.xml 
(original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/pom-module/pom.xml 
Wed Oct 22 19:42:38 2014
@@ -1,21 +1,41 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-         <groupId>org.apache.maven.plugins.it</groupId>
-         <artifactId>parent-meclipse-692</artifactId>
-         <version>0.0.1-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>pomdep-meclipse-692</artifactId>
-  <packaging>pom</packaging>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.8.2</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>  
-</project>
\ No newline at end of file
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+         <groupId>org.apache.maven.plugins.it</groupId>
+         <artifactId>parent-meclipse-692</artifactId>
+         <version>0.0.1-SNAPSHOT</version>
+  </parent>
+  
+  <artifactId>pomdep-meclipse-692</artifactId>
+  <packaging>pom</packaging>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>  
+</project>

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/pom.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/pom.xml 
(original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/pom.xml Wed 
Oct 22 19:42:38 2014
@@ -1,30 +1,50 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.plugins.it</groupId>
-  <artifactId>parent-meclipse-692</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-eclipse-plugin</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>eclipse</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <modules>
-    <module>war-module</module>
-    <module>jar-module</module>
-    <module>pom-module</module>
-  </modules>
-</project>
\ No newline at end of file
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.plugins.it</groupId>
+  <artifactId>parent-meclipse-692</artifactId>
+  <version>0.0.1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>eclipse</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <modules>
+    <module>war-module</module>
+    <module>jar-module</module>
+    <module>pom-module</module>
+  </modules>
+</project>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/war-module/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/war-module/pom.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/war-module/pom.xml 
(original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/it/MECLIPSE-692/war-module/pom.xml 
Wed Oct 22 19:42:38 2014
@@ -1,39 +1,59 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-         <groupId>org.apache.maven.plugins.it</groupId>
-         <artifactId>parent-meclipse-692</artifactId>
-         <version>0.0.1-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>war-meclipse-692</artifactId>
-  <packaging>war</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-war-plugin</artifactId>
-        <version>2.1.1</version>
-        <configuration>
-          <failOnMissingWebXml>false</failOnMissingWebXml>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.plugins.it</groupId>
-      <artifactId>pomdep-meclipse-692</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
-      <type>pom</type>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.plugins.it</groupId>
-      <artifactId>jardep-meclipse-692</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
-    </dependency>
-  </dependencies>  
-</project>
\ No newline at end of file
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+         <groupId>org.apache.maven.plugins.it</groupId>
+         <artifactId>parent-meclipse-692</artifactId>
+         <version>0.0.1-SNAPSHOT</version>
+  </parent>
+  
+  <artifactId>war-meclipse-692</artifactId>
+  <packaging>war</packaging>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <version>2.1.1</version>
+        <configuration>
+          <failOnMissingWebXml>false</failOnMissingWebXml>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.plugins.it</groupId>
+      <artifactId>pomdep-meclipse-692</artifactId>
+      <version>0.0.1-SNAPSHOT</version>
+      <type>pom</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins.it</groupId>
+      <artifactId>jardep-meclipse-692</artifactId>
+      <version>0.0.1-SNAPSHOT</version>
+    </dependency>
+  </dependencies>  
+</project>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java
 Wed Oct 22 19:42:38 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugin.eclipse;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+
 import java.io.File;
 
 import org.apache.maven.plugin.MojoExecutionException;

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/MyEclipsePlugin.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/MyEclipsePlugin.java?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/MyEclipsePlugin.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/MyEclipsePlugin.java
 Wed Oct 22 19:42:38 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugin.eclipse;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+
 import java.util.ArrayList;
 import java.util.List;
 import java.util.Map;

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java
 Wed Oct 22 19:42:38 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugin.eclipse.writers.myeclipse;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+
 import java.io.File;
 import java.io.FileWriter;
 import java.io.IOException;
@@ -172,4 +192,4 @@ public class MyEclipseHibernateWriter
 
         return "/" + config.getProject().getArtifactId() + "/" + configFile;
     }
-}
\ No newline at end of file
+}

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java
 Wed Oct 22 19:42:38 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugin.eclipse.writers.myeclipse;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+
 import java.io.File;
 import java.io.FileWriter;
 import java.io.IOException;
@@ -172,4 +192,4 @@ public class MyEclipseMetadataWriter
 
         return jeeVersion;
     }
-}
\ No newline at end of file
+}

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java
 Wed Oct 22 19:42:38 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugin.eclipse.writers.myeclipse;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+
 import java.io.File;
 import java.io.FileFilter;
 import java.io.FileWriter;
@@ -169,4 +189,4 @@ public class MyEclipseSpringBeansWriter
         Collections.sort( configFiles );
         return configFiles;
     }
-}
\ No newline at end of file
+}

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java
 Wed Oct 22 19:42:38 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugin.eclipse.writers.myeclipse;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+
 import java.io.File;
 import java.io.FileWriter;
 import java.io.IOException;
@@ -186,4 +206,4 @@ public class MyEclipseStrutsDataWriter
         }
         return MYECLIPSE_STRUTS_SERVLET_DEFAULT_NAME;
     }
-}
\ No newline at end of file
+}

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java
 Wed Oct 22 19:42:38 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugin.eclipse.writers.workspace;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+
 import java.io.ByteArrayOutputStream;
 import java.io.IOException;
 import java.io.InputStream;

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java
 Wed Oct 22 19:42:38 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugin.eclipse.writers.workspace;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.FileNotFoundException;

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java
 Wed Oct 22 19:42:38 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugin.eclipse.writers.wtp;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.FileNotFoundException;

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/META-INF/plexus/components.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/META-INF/plexus/components.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/META-INF/plexus/components.xml
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/META-INF/plexus/components.xml
 Wed Oct 22 19:42:38 2014
@@ -1,3 +1,23 @@
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <component-set>
   <components>
     <component>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/eclipse/messages.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/eclipse/messages.properties?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/eclipse/messages.properties
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/eclipse/messages.properties
 Wed Oct 22 19:42:38 2014
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 EclipsePlugin.missingpom=There must be a POM in the current working directory 
for the Eclipse plugin to work.
 EclipsePlugin.pompackaging=Not running eclipse plugin goal for pom project
 EclipsePlugin.notadir=Not a directory: "{0}"

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/optional/eclipse-config/maven-styles.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/optional/eclipse-config/maven-styles.xml?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/optional/eclipse-config/maven-styles.xml
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/optional/eclipse-config/maven-styles.xml
 Wed Oct 22 19:42:38 2014
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <profiles version="8">
 <profile name="Maven Format" version="8">
 <setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" 
value="false"/>

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/additional-facets.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/additional-facets.apt.vm?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/additional-facets.apt.vm
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/additional-facets.apt.vm
 Wed Oct 22 19:42:38 2014
@@ -1,3 +1,20 @@
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+## 
+##   http://www.apache.org/licenses/LICENSE-2.0
+## 
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.
+
  ------
  Additional Facets
  ------

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/ajdt-projects.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/ajdt-projects.apt.vm?rev=1633696&r1=1633695&r2=1633696&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/ajdt-projects.apt.vm
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/examples/ajdt-projects.apt.vm
 Wed Oct 22 19:42:38 2014
@@ -1,3 +1,20 @@
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+## 
+##   http://www.apache.org/licenses/LICENSE-2.0
+## 
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.
+
  ------
  AJDT Projects
  ------
@@ -60,4 +77,4 @@ Including AJDT Projects into Workspace
   The ajdtVersion configuration parameter is optional.  The valid values are 
none, 1.4, and 1.5.  
   none indicates that AJDT should not be enabled even though Aspectj is 
enabled in maven.  
   1.4 generates the org.eclipse.ajdt.ui.prefs file in the .settings directory. 
 
-  1.5 (or later) includes the configuration into the .classpath file and is 
the default value.
\ No newline at end of file
+  1.5 (or later) includes the configuration into the .classpath file and is 
the default value.


Reply via email to