google-code-export / webpasswordsafe

Automatically exported from code.google.com/p/webpasswordsafe
0 stars 3 forks source link

mvn clean package problem. Dependencies issue, did not skip any step. #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Basic installation with Tomcat 6, Mysql 5.6, Maven 3.2.1.  
2.
3.

What is the expected output? What do you see instead?
The expected output is "Build sucess", but I am getting an error when 
doing the command "mvn clean package". 

What version of the product are you using? On what operating system?
I am using version 1.3 on Windows 7. 

Please provide any additional information below.

I did not skip any of the steps, thus the dependencies must be in good shape, 
but I dont know why I keep receiving:  

[ERROR] Failed to execute goal on project webpasswordsafe: Could not resolve 
dependencies for project net.webpasswordsafe:webpasswordsafe:war:1.3: Failed to 
collect dependencies at net.sf.gilead:gilead4gwt:jar:1.3.2: Failed to read 
artifact descriptor for net.sf.gilead:gilead4gwt:jar:1.3.2: Could not transfer 
artifact net.sf.gilead:gilead4gwt:pom:1.3.2 from/to gilead-maven-repo 
(https://gilead.svn.sourceforge.net/svnroot/gilead/gilead/maven-repo/): 
sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target -> [Help 1]

Original issue reported on code.google.com by edwardal...@gmail.com on 11 Jun 2014 at 12:36

GoogleCodeExporter commented 9 years ago
This is already fixed. I was actually missing several files. I downloaded them 
and did a manual build. 

Original comment by edwardal...@gmail.com on 12 Jun 2014 at 6:40