mvn verify dowloads jars from artifactory but Eclipse Maven -> Update project does not work -
when checkout project git repository, error saying non-resolvable parent pom. manages checkout src files not download maven dependencies , other jar files , not produce valid maven project. "cannot resolved type" errors in bunch of files. error see in .lastupdated file on parent project in .m2 repository . "sun.security.validator.validatorexception: pkix path building failed: sun.security.provider.certpath.suncertpathbuilderexception: unable find valid certification path requested target"
but if go , run mvn verify command line, downloads jar files. , when maven update project eclipse, errors gone.
the artifactory has self-signed ssl certificate , have followed steps this.
i have set maven_opts truststore location , password.
what don't why connecting commandline , not eclipse.
thanks..
Comments
Post a Comment