Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] m2e-core-tests fail to execute with missing guava lib

Sorry, didn't have time to update m2e tests yesterday, should be fixed
now but let me know if you still have problems.

--
Regards,
Igor

On 2014-05-24, 5:10, Anton Tanasenko wrote:
Can be fixed by adding orbit repo to m2e-core-tests/pom.xml (same as it
was in m2e-core previously).

     <repository>
       <id>orbit</id>
       <layout>p2</layout>

<url>http://download.eclipse.org/tools/orbit/downloads/drops/S20140227085123/repository/</url>
     </repository>



On Sat, May 24, 2014 at 12:07 PM, Anton Tanasenko
<atg.sleepless@xxxxxxxxx <mailto:atg.sleepless@xxxxxxxxx>> wrote:

    Hi,
    Looks like this is due to '435616 don't bundle guava with m2e
    repository' commit.


    [ERROR] Cannot resolve project dependencies:
    [ERROR]   Software being installed: org.eclipse.m2e.tests
    1.5.0.qualifier
    [ERROR]   Missing requirement: org.eclipse.m2e.core
    1.5.0.20140524-0854 requires 'bundle com.google.guava
    [14.0.1,16.0.0)' but it could not be found
    [




_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev



Back to the top