Skip to content

Commit

Permalink
Set artifact coordinates and publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeltonen committed Jun 23, 2011
1 parent c3ab3f8 commit d2cce6a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.sbt
@@ -1,7 +1,11 @@
sbtPlugin := true

name := "xsbt-idea"
organization := "com.github.mpeltonen"

organization := "org.sbtidea"
name := "sbt-idea"

version := "0.10.0-SNAPSHOT"

scalacOptions := Seq("-deprecation", "-unchecked")

publishTo := Some(Resolver.file("GitHub Pages", file("../mpeltonen.github.com/maven/")))

0 comments on commit d2cce6a

Please sign in to comment.