Re: Help with resolver pattern for publishing

2009-08-11 Thread Chris Marks
Hi Geoff, Thanks for the information, this is exactly what I was hoping for. I was a bit thrown off by the m namespace due to parsing problems, but soon figured out the right namespace (xmlns:m="http://ant.apache.org/ivy/maven"; for future queries) to add to ivy.xml. Thanks, topher On Mon, Aug

Re: Help with resolver pattern for publishing

2009-08-10 Thread Geoff Clitheroe
Hi Topher, some fragments from our ivy-settings and an ivy file below. The pattern in the resolver takes it's values from the settings in the ivy.xml files so in this case we publish a war, and sources and javadoc jars. Cheers, Geoff Ivy settings: ... property name="ivy.shared.m2.ivy.pattern"

Help with resolver pattern for publishing

2009-08-10 Thread Chris Marks
Hi all, I've been using Ivy for dependency resolution for a couple months now and I love it. Now I have a project (called data-collector) that I want to publish to a private repository to be consumed by other Ivy and Maven projects. My problem is that I want to publish the jar, sources and javado