i have an error that is breaking my head, hope you can help me.
I am using Jenkins locally and i configured Maven build and created new Job using that configuration of Maven. When i try to execute the build of the project using a super simple pom.xml auto-generated by Maven, i got this error message as shown in the link:
[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved:
Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (https://repo.maven.apache.org/maven2):
RSA premaster secret error: SunTls12RsaPremasterSecret KeyGenerator not available -> [Help 1]
If i run the maven project using CMD typing the test goal, it runs correctly!
Any idea of this situation?