Revision 41353

View differences:

trunk/org.gvsig.desktop/maven-howto.rst
352 352

  
353 353
mvn release:prepare -Dusername=[username] -Dpassword=[password]
354 354

  
355
Fail when execute "mvn release:perform" with unable to find valid certification
356
------------------------------------------------------------------------------------------------
355 357

  
358
When running "mvn release:perform" fail with unable to find valid certification::
359

  
360

  
361
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project org.gvsig.tools: Failed to deploy artifacts: Could not transfer artifact org.gvsig:org.gvsig.tools:pom:3.0.15 from/to gvsig-repository (dav:https://devel.gvsig.org/m2repo/j2se): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]
362
[INFO] [ERROR] 
363
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
364
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
365
[INFO] [ERROR] 
366
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
367
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
368

  
369
Consulte la seccion "Acceso de escritura al repositorio maven de gvSIG" de
370

  
371
http://www.gvsig.org/plone/projects/gvsig-desktop/docs/devel/gvsig-devel-guide/2.0.0/trabajar-con-el-nucleo-de-gvsig/gvsig-compilation/initial-configuration/initial-configuration/?searchterm=maven%20java%20certification
372

  
373

  

Also available in: Unified diff