In this situation where there are several differently-named artifacts that are part of the same project, I would recommend creating a "hystrix" ivy module and putting all of the maven artifacts into it. Then you can set up ivy configurations to select which artifacts you want.
A good example of doing this is
Spring.
Side note: you can use the
src/scripts/update-maven-checksums.sh script to auto-populate the sha1 checksums in your packager.xml file(s).
-Archie
On Wed, Feb 27, 2013 at 9:29 AM, Kevin Formsma
<kevin....@gmail.com> wrote:
Hello everyone,
I'm working on a patch to add Netflix's Hystrix and Archaius projects.
As my first addition, I'm looking for feedback on the organization, name, rev structure. Should the layout be "com.netflix/hystrix/rev"? Or should I follow what is in maven and do "com.netflix.hystrix/hystrix-core/rev"? I'm only looking to add the "core" artifacts for both projects.
Thanks!
--
You received this message because you are subscribed to the Google Groups "ivyroundup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ivyroundup+...@googlegroups.com.
To post to this group, send email to ivyro...@googlegroups.com.
Visit this group at http://groups.google.com/group/ivyroundup?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
Archie L. Cobbs