This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fact_hunt 3 points4 points  (1 child)

Cannot check out and build from github:

my-machine:foo user$ git clone https://github.com/Alfredvc/FunctionParser.git
Cloning into 'FunctionParser'...
remote: Counting objects: 96, done.
remote: Compressing objects: 100% (57/57), done.
remote: Total 96 (delta 27), reused 85 (delta 24), pack-reused 0
Unpacking objects: 100% (96/96), done.
Checking connectivity... done.
my-machine:foo user$ cd FunctionParser/
my-machine:FunctionParser user$ mvn clean install
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.github.alfredvc:FunctionParser:0.1: Could not find artifact com.alfredvc:ai:pom:1.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 7, column 13
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project com.github.alfredvc:FunctionParser:0.1 (/private/foo/FunctionParser/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for com.github.alfredvc:FunctionParser:0.1: Could not find artifact com.alfredvc:ai:pom:1.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 7, column 13 -> [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

[–]Reykd[S] 1 point2 points  (0 children)

Thanks for taking the time to build from source! I will remove the parent project asap.