pallet / stevedore

A shell script embedding in clojure
93 stars 14 forks source link

how to build stevedore? #17

Closed denlab closed 12 years ago

denlab commented 12 years ago

How to build stevedore?

I tried:

$ git clone https://github.com/pallet/stevedore.git
$ cd stevedore/ && git status
# On branch develop
nothing to commit (working directory clean)

And then:

$ mvn clean test

But:

[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.cloudhoist:stevedore:0.6.1-SNAPSHOT (/home/denis/tmp/stevedore/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact org.cloudhoist:pallet-pom:pom:0.4.5-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 4, column 11 -> [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

Ahhh Maven, ... my good old friend ;-)

hugoduncan commented 12 years ago

Looks like I had some unpushed commits. Should be fixed now.

denlab commented 12 years ago

this is working