The checkout starts, then I have the screen with all the poms selection. No matter what I select, when I go to the next screen and press finish, I end up with this error:
Problems occurred while performing installation: Error(s) occurred gathering items for installation
Error(s) occurred gathering items for installation
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sarasvat...@googlegroups.com
Hmm, that looks like an M2E problem, as it looks like it's trying to
pull things from an m2e related repo. I did a test build, seemed to
work fine from the command line. Are you using Eclipse 4.2? I gave up
on m2e for now, and went back to mvn eclipse:eclipse, due to m2e being
too big of a performance drain.