Skip to content

Commit

Permalink
publish POM-s
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaf committed Sep 7, 2010
1 parent b4e0f43 commit f29bb7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/build/CasbahProject.scala
Expand Up @@ -5,6 +5,9 @@ class CasbahProject(info: ProjectInfo) extends ParentProject(info) with posterou
// this was nice while it lasted
override def parallelExecution = false

// we want to publish POMs
override def managedStyle = ManagedStyle.Maven

lazy val commons = project("casbah-commons", "casbah-commons", new CasbahCommonsProject(_))
lazy val core = project("casbah-core", "casbah-core", new CasbahCoreProject(_), commons, query)
lazy val query = project("casbah-query", "casbah-query", new CasbahQueryProject(_), commons)
Expand Down

0 comments on commit f29bb7b

Please sign in to comment.