Install Eclipse maven plugin M2eclipse No repository found containing

Source: Internet
Author: User

M2eclipse plugin is Eclipse a piece of Maven plugins.

installation M2eclipse the process of the plugin is as follows:

start eclipse help Install New software ... install dialog box, click work with: Add button , you get a new add Repository dialog box, in the Name m2e location http://download.eclipse.org/technology/m2e/releases OK

shows m2eclipse maven Integration for Eclipse (Required) "Maven integration for Eclipse" and then click Next eclipse Next m2eclipse The open source license used is eclipse public License v1.0 I Accept the terms of the license agreements Finish eclipse start downloading the installation selection module.



Error Resolution:

An error message similar to "No repository found containing" may pop up suddenly:

An error occurred while collecting items to be installed
Session context was: (Profile=epp.package.java, Phase=org.eclipse.equinox.internal.p2.engine.phases.collect, Operand=, action=).
No Repository found containing:osgi.bundle,com.android.ide.eclipse.traceview,20.0.3.v201208082019-427395
No repository found containing:org.eclipse.update.feature,com.android.ide.eclipse.traceview,20.0.3. v201208082019-427395


Go back to the first step, click "Available software Sites" (work with below), will pop up a configuration site information list, select "M2e", and then click "Export" exported, Save as "Bookmarks.xml", Go back to configure the site information list, select "M2e", click "Remove" to remove, then open the "bookmarks.xml" file, add a "/" After Eclipse, save. Go back to configure the site information list, click "Import" to import the "Bookmarks.xml" file, and then go back to step 2.


Before modification

<?xml version= "1.0" encoding= "UTF-8"?>
<bookmarks>
<site url=http://download.eclipse.org/technology/m2e/releases selected= "true" name= "m2e"/>
</bookmarks>


After modification

<?xml version= "1.0" encoding= "UTF-8"?>
<bookmarks>
<site url= "http://download.eclipse.org/technology/m2e/releases/" selected= "true" name= "m2e"/>
</bookmarks>

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Install Eclipse maven plugin M2eclipse No repository found containing

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.