Hello, I am trying to move our build over to MyEclipse and it works fine in Eclipse, but we need support for WebSphere. Currently when I attempt to import and build I get the following error:
Failure to transfer org.apache.maven.plugins:maven-compiler-plugin:pom:2.5.1 from [artifactory url] was cached in the local repository, resolution will not be reattempted until the update interval of repo has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-compiler-plugin:pom:2.5.1 from/to repo ([artifactory url]): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty pom.xml /ProjectName – Module line 1 Maven Configuration Problem
I attempted adding the maven that we use company wide and have all of my versions of java certified with the company certs we require, however I have had no luck. I did notice the following message on one of the preference pages that I believe might be part of the problem: Note: Embedded runtime is always used for dependency resolution.
Any help is appreciated. Thanks.