Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] java.lang.AssertionError: Can read global settings.xml ?

If it runs fine with a previous M build (like [1]) then it's very likely this is a regression caused by the fix for bug #444262.

In that case, please open a ticket in BZ.

[1] http://download.eclipse.org/technology/m2e/milestones/1.7/1.7.0.20151110-2248/
[2] https://bugs.eclipse.org/444262

Fred

On Sun, Dec 20, 2015 at 9:06 PM, Cristiano Gavião <cvgaviao@xxxxxxxxx> wrote:
Hello,

Suddenly I start to receive a strange error when trying to run a maven plugin build with the m2e launcher (1.7.0.20151215-0013) inside the workspace (eclipse mars).

I'm getting the following exception for every maven plugin test :
java.lang.AssertionError: Can read global settings.xml
It is occurring in a sentence like this one below:
        MavenProject project = incrementalBuildRule.readMavenProject(
                testResources.getBasedir("ut--valid-project"));

The m2e 'User Settings' doesn't have a 'Global Settings' path defined, but it has the 'User Settings' path.

But it is not happen when running the same build at SO.

Anyone knows anything about such error ?

thanks,

Cristiano

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users



--
"Have you tried turning it off and on again" - The IT Crowd
And if that fails, then http://goo.gl/tnBgH5

Back to the top