Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Maven artifact resolving ?

Try refreshing your workspace from local filesystem and do clean build
after that. m2e build uses couple of maven plugins that are not properly
incremental and require full build to do their job.

--
Regards,
Igor


On 2014-10-16, 8:25, Daniel Kasmeroglu wrote:
Hi,

I was just running the current m2e plugins with my fresh runtime
workspace in order to reproduce the issue #447460 before I go ahead and
try to fix it.

Unfortunately it's not running since takari aether connector makes use
of a class 'com.squareup.okhttp.Authenticator' which isn't available in
my classpath.

What am I missing here ? I mean I could try to lookup the artifact and
simply add the corresponding dependency to my configuration but since I
am the noob here I don't want to change such things like dependencies
without further knowledge.


Best regards

Daniel Kasmeroglu



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



Back to the top