Yes, we use Ant+Ivy and SBT+Ivy for our projects so we should be able to publish to Nexus (although we've never tried it before). Here's the groupId/artifactId we can use for our experiment.
groupId: com.twitter.service artifactId: stats On Tue, Aug 18, 2009 at 5:16 PM, Josh Suereth<[email protected]> wrote: > Steve, > > We have Nexus running on scala-tools.org. If you have a means of > publishing to that (using SBT/Ivy or Maven or maven-ant-tasks), I just need > to know your groupId/artifactId and I can make you an account on nexus that > will allow you to selectively deploy releases/snapshots. > > > - Josh > > On Tue, Aug 18, 2009 at 7:49 PM, Steve Jenson <[email protected]> wrote: >> >> I'm happy to put up a maven repo for scala-stats/scala-json and other >> Twitter (and personal) Scala projects. >> >> I appreciate the generous offer on scala-tools, I just don't know the >> procedure. For instance, 5 minutes ago I pushed a new version of >> scala-stats to github. Would I have to pester DavidP or DavidB to put >> up a new version of the jar and POM or could I do that myself? I also >> have my own web hosting and am happy to put up a maven repo, I just >> haven't found the time. >> >> Thanks, >> Steve >> >> On Mon, Aug 17, 2009 at 8:50 AM, David >> Pollak<[email protected]> wrote: >> > >> > >> > On Mon, Aug 17, 2009 at 3:43 AM, Vassil Dichev <[email protected]> >> > wrote: >> >> >> >> > Have you talked to stevej about the merge. I'd like to try out your >> >> > JMX-related code. >> >> >> >> Andy has done a nice job of reusing existing code and the licensing >> >> issues seem to be clarified. The only point left is that the >> >> scala-stats library we use is available, so that the build process is >> >> a single step: "mvn install". Is stevej's library available in a maven >> >> repo somewhere public? If not, maybe David could find out whether >> >> there's interest from scala-tools.org to host the library? >> > >> > Scala-tools.org would love to host Steve's library... all he has to do >> > is >> > ask. >> > >> > It's possible to set up an internal Maven repository (basically carry >> > the >> > JAR files around with the project) as long as Steve's package has Apache >> > licensing. >> > >> >> >> >> Vassil >> > >> > >> > >> > -- >> > Lift, the simply functional web framework http://liftweb.net >> > Beginning Scala http://www.apress.com/book/view/1430219890 >> > Follow me: http://twitter.com/dpp >> > Git some: http://github.com/dpp >> > >> > >
