Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get error about "clojure" packaging when running the REPL #24

Open
sbowman opened this issue Nov 19, 2010 · 1 comment
Open

Get error about "clojure" packaging when running the REPL #24

sbowman opened this issue Nov 19, 2010 · 1 comment

Comments

@sbowman
Copy link

sbowman commented Nov 19, 2010

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.

@talios
Copy link
Owner

talios commented Nov 19, 2010

Hi - what version of the plugin are you using? the clojure packaging style only came in with 1.3.4.

Also, if using the clojure packaging style, you need true in the plugin declaration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants