WAS v8.5 > Install and configuring the application serving environment > Install the Liberty profile > Install the Liberty profile developer tools and application-serving environment

Install Maven Integration for Eclipse

We can install tools for developing Apache Maven projects in the workbench.

To install the Maven Integration for Eclipse and the Maven Integration for Eclipse WTP extended connectors:

  1. Start your Eclipse IDE for Java™ EE Developers workbench.

  2. Click Help > Install new software.
  3. In the Available Software window, click Available Software Sites.
  4. In the list of available software sites, ensure the following sites are selected:

    • The Eclipse Project Updates (http://download.eclipse.org/eclipse/updates/4.2)

    • The Eclipse Web Tools Platform (WTP) software repository (http://download.eclipse.org/webtools/repository/juno)

  5. In the Available Software Sites window, click Add.
  6. In the Location field, enter http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/. Enter a name for the site, and then click OK.

  7. Click OK to close the Available Software Sites window.
  8. In the Work with field In the Available Software window, select the site that you added.

  9. Click Select All, and then click Next.

  10. Click Next.

  11. On the Review Licenses page, review the license text. If you agree to the terms, click I accept the terms of the license agreement and then click Finish. The installation process starts.

    During the installation, a Security Warning dialog box might open and display the following message:

    Warning: You are installing software containing unsigned content. 
    The authenticity or validity of this software cannot be established. 
    Do to continue with the installation?
    We can safely ignore the message and click OK to continue.

  12. When the installation process completes, restart the workbench.


Parent topic: Install the Liberty profile developer tools and application-serving environment


|