Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Running "mvn install" on tools.nrepl results in a build failure:
[INFO] Missing:
[INFO] ----------
[INFO] 1) org.clojure:clojure:jar:1.3.0-master-SNAPSHOT
Changing 1.3.0-master-SNAPSHOT to 1.3.0 in src/integration/clojure-1.3.0/pom.xml seems to fix it.
Activity
Chas Emerick
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Completed [ 1 ] |
Bizarre, since it is building cleanly here and on build.clojure.org.
I should certainly update the version number in that pom to 1.3.0 though. I'll do that shortly.
FWIW, maybe adding a -U to your mvn invocation would help? That forces a check of all snapshots.