Re: Takari Lifecycle, takari-war and altDeploymentRepository

2015-01-17 Thread Jason van Zyl
Hi Mirko, I've raised a couple issues [1] and [2]. The first is likely not hard to implement so I'll take a look at that. We've had a couple requests for WAR support so if some more people ask we'll consider adding support there. [1]: https://github.com/takari/takari-lifecycle/issues/7 [2]:

Takari Lifecycle, takari-war and altDeploymentRepository

2015-01-17 Thread Mirko Friedenhagen
Hello, is there a plan to support altDeploymentRepository? We.use release:stage and I am guessing that this will not work without this parameter. And how would I use the plugin for WARs? Right now I had to skip all standard plugins, right? Regards Mirko -- Sent from my mobile

Re: maven site generation - How change the size (width, height) of the banner?

2015-01-17 Thread Hervé BOUTEMY
Hi, The generated html should contain width and height attributes for the img tag: can you check? The content of site.xml is diretly copied, whatever you wrote: then the good choice between 40 or 40px is a question about HTML you want. What skin are you using? Any test project with visible

Re: API to resolve a maven coordinate to a URL (no download)??

2015-01-17 Thread Dan Tran
Thank you all, I ended up using some of Jason's code but also consume remote maven-metadata.xml to resolve SNAPSHOT, LATEST, and RELEASE artifacts -D On Sat, Jan 17, 2015 at 8:05 AM, Jason Swank jsw...@sonatype.com wrote: Hi Dan, This is probably not really what you're looking for, but

Re: API to resolve a maven coordinate to a URL (no download)??

2015-01-17 Thread Jeff MAURY
Have you looked at Aether ? Jeff On Sat, Jan 17, 2015 at 3:15 AM, Dan Tran dant...@gmail.com wrote: Hi Is there a API to convert a maven coordinate ( including snapshot) to a URL? I would like the obtain the URL and and do the download myself Thanks -Dan -- Jeff MAURY Legacy

Re: API to resolve a maven coordinate to a URL (no download)??

2015-01-17 Thread Jason van Zyl
You can probably pull what you need out of this: https://gist.github.com/jvanzyl/124eae3f387412cd5779 We'll be open sourcing the package this belongs at some point in the future but I think all you need is the coordinate -- maven repository path and then you can use whatever to download. I use

Re: API to resolve a maven coordinate to a URL (no download)??

2015-01-17 Thread Jason Swank
Hi Dan, This is probably not really what you're looking for, but seems like a good time to mention it. A feature was recently added to search.maven.org to assist with using a stable link to components in Central (for documentation and other spots where that is required) : given a group,