Hi,

Through restrictions, I am prevented from using Leiningen on the CI
server and I am attempting to package Clojure through Maven.

I have a core.clj with a (:gen-class) in the namespace and a (-main).

My project.clj includes a :main and :aot with the value of the main
namespace.

I can 'lein uberjar' and execute the jar successfully.

However, when I 'lein pom' and then 'mvn package' and attempt to run
the jar, I receive 'Failed to load Main-Class manifest attribute from
...'

I feel that I am missing a key/value pair in the project.clj, but I am
unsure what.

Many Thanks

Paul

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to