Re: Standard repository layout?

2014-04-10 Thread Ben McCann
" > /> > > > > > > > Hope that helps answer "what default" is :) As I said, we modify the > artifact pattern slightly to handle sbt plugins and binary revisioning, but > the pattern should be compatible with the abo

Re: Standard repository layout?

2014-04-10 Thread Ben McCann
boot/Update.scala#L379-L387 > > > > > https://github.com/sbt/sbt/blob/0.13/launch/src/main/scala/xsbt/boot/BootConfiguration.scala#L30-L32 > > > > Also, for loading sbt-plugins we add the additional "scala/sbt" universe > > to the pattern: > > > &g

Standard repository layout?

2014-04-10 Thread Ben McCann
Hi, I'm using SBT and Gradle as build systems. I want them to publish to and read from ~/.ivy2 but they use and expect default layouts and so they do not cooperate well each other using this directory. I'm wondering which one is right and which one is wrong. Also, I downloaded the latest ivy sour