Skip to content

Commit

Permalink
exclude publish jar #37
Browse files Browse the repository at this point in the history
  • Loading branch information
stormcat24 committed Jan 15, 2015
1 parent 47a5564 commit 8c638d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/AeromockBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ object AeromockBuild extends Build {
lazy val root = Project(
id = "root",
base = file("."),
settings = baseSettings ++ coverallsSettings
settings = Seq(publish := { }) ++ baseSettings ++ coverallsSettings
) copy (
aggregate = projects.filterNot(p => Set("root").contains(p.id)).map(p => p: ProjectReference)
)

lazy val aeromock_spec_support = Project(
id = "aeromock-spec-support",
base = file("aeromock-spec-support"),
settings = baseSettings
settings = Seq(publish := { }) ++ baseSettings
)

lazy val aeromock_server = Project(
Expand Down

0 comments on commit 8c638d0

Please sign in to comment.