ritamnrg / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

pom.xml has 1 error #363

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://facebook-java-api.googlecode.com/svn/trunk/ 
facebook-java-api-read-only
2. cd facebook-java-read-only mvn install -DskipTests=true
3.

What is the expected output? What do you see instead?

Buit projects by Maven.

Instead:

[INFO] Scanning for projects...
[ERROR] The build could not read 3 projects -> [Help 1]
[ERROR]   
[ERROR]   The project 
com.google.code.facebookapi:facebook-java-api-annotation-processor:3.0.5-SNAPSHO
T (/facebook-java-api-read-only/annotation-processor/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact 
com.google.code.facebookapi:parent-pom:pom:3.0.5-SNAPSHOT and 
'parent.relativePath' points at wrong local POM @ line 4, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project 
com.google.code.facebookapi:facebook-java-api-schema:3.0.5-SNAPSHOT 
(/facebook-java-api-read-only/facebook-java-api-schema/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find 
com.google.code.facebookapi:parent-pom:pom:3.0.5-SNAPSHOT in 
http://download.java.net/maven/2 was cached in the local repository, resolution 
will not be reattempted until the update interval of 
maven2-repository.dev.java.net has elapsed or updates are forced and 
'parent.relativePath' points at wrong local POM @ line 3, column 10 -> [Help 2]
[ERROR]   
[ERROR]   The project 
com.google.code.facebookapi:facebook-java-api:3.0.5-SNAPSHOT 
(//facebook-java-api-read-only/facebook-java-api/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact 
com.google.code.facebookapi:parent-pom:pom:3.0.5-SNAPSHOT and 
'parent.relativePath' points at wrong local POM @ line 3, column 10 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

What version of the product are you using? On what operating system?
3.0.4
Mac OS X 10.7.4

Please provide any additional information below.

Original issue reported on code.google.com by yaroslav...@gmail.com on 6 Aug 2012 at 3:24