Re: Maven Central POM

2014-05-12 Thread Peter Donald
Hi, On Mon, May 12, 2014 at 8:19 PM, Tammo van Lessen wrote: > very cool, that adds a feature that I was missing for quite a long time. I > found my own solution [1] via monkey patching. If I understand your dang - I wish I had seen that before ;) > approach correctly, then all dependencies mus

Re: Maven Central POM

2014-05-12 Thread Peter Donald
On Tue, May 13, 2014 at 1:45 AM, Vincent Tencé wrote: > One thing I would add is support for custom scm (url, connection and > developer_connection) That should be possible now via pom.scm_url = "..." pom.scm_connection = pom.scm_developer_connection = "..." pom.url = "..." An

Re: Maven Central POM

2014-05-12 Thread Vincent Tencé
Hi Peter, This is great. One thing I would add is support for custom scm (url, connection and developer_connection) Cheers, -- Vincent 2014-05-10 22:19 GMT-04:00 Peter Donald : > Hi, > > I just committed the start [1] of an addon for generating a POM in a > format that satisfies the Maven Cen

Re: Maven Central POM

2014-05-12 Thread Tammo van Lessen
Hi Peter, very cool, that adds a feature that I was missing for quite a long time. I found my own solution [1] via monkey patching. If I understand your approach correctly, then all dependencies must be provided manually. Wouldn't it make sense initialize the dependencies entry with all compile ti