"lein pom" may not do all you need. It depends on what you are trying
to accomplish.

It will generate a pom.xml which identifies your project (artifactId,
groupId, version, packaging) and lists its dependencies. This pom is
suitable for publishing your artifacts to some Maven repository for
others to consume. (That appears to be stated purpose of 'lein pom':
"Write a pom.xml file to disk for Maven interoperability.")

It does't configure clojure-maven-plugin, so executing 'mvn package'
with the resulting pom will not produce a useful result.

// ben

On Fri, Apr 20, 2012 at 21:19, Timothy Baldridge <tbaldri...@gmail.com> wrote:
> Try
>
> lein pom
>
> On Apr 20, 2012 1:29 PM, "Murtaza Husain" <murtaza.hus...@sevenolives.com>
> wrote:
>>
>> Hi,
>>
>> Is there any way to convert project.clj to pom.xml.
>>
>> I was looking at jelastic which is a cloud provider for java, and they
>> allow deploying projects from git repos which are compatible with maven 3.
>> It will download the code and build it based on the maven config.
>>
>> Anyway we can leverage that?
>>
>> Thanks,
>> Murtaza
>>
>> --
>> 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 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 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

Reply via email to