You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run "mvn clojure:repl" on my project, I get the following error message:
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building singularity
[INFO] task-segment: [clojure:repl]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing clojure:repl
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot find lifecycle mapping for packaging: 'clojure'.
Component descriptor cannot be found in the component repository: org.apache.maven.lifecycle.mapping.LifecycleMappingclojure.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Nov 19 16:40:54 MST 2010
[INFO] Final Memory: 8M/81M
[INFO] ------------------------------------------------------------------------
The "clojure:compile" task works, though.
The text was updated successfully, but these errors were encountered:
When I try to run "mvn clojure:repl" on my project, I get the following error message:
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building singularity
[INFO] task-segment: [clojure:repl]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing clojure:repl
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot find lifecycle mapping for packaging: 'clojure'.
Component descriptor cannot be found in the component repository: org.apache.maven.lifecycle.mapping.LifecycleMappingclojure.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Nov 19 16:40:54 MST 2010
[INFO] Final Memory: 8M/81M
[INFO] ------------------------------------------------------------------------
The "clojure:compile" task works, though.
The text was updated successfully, but these errors were encountered: