Posts

Showing posts from September, 2014

What plugins to install after installing Eclipse Luna for J2EE developers

This list shall be extended as time goes by ISA M2E-WTP ( http://download.eclipse.org/m2e-wtp/releases/luna/ )

maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e.

Download this file  and save it somewhere on your disk. In Eclipse/Preferences/Maven/Lifecycle Mappings dialog, click the Browse  button and select the file you just saved. While focusing on your project. (i.e. Clicking it), press Alt+F5. This will refresh your project in Eclipse. This error should be ignored now.

Things to do after installing M2E (Maven integration) on Eclipse

Open Window > Preferences Open Maven > Archetypes Click ' Add Remote Catalog ' and add the following: Catalog File:   http://repo1.maven.org/maven2/archetype-catalog.xml Description: Maven Catalog This is to add numerous archetypes in Maven's catalog so you would be able to create a project based on any of these archetypes.