Skip to content

Commit

Permalink
removing genjavadoc..
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrapCodes committed Oct 28, 2014
1 parent df52f6f commit 4754873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ object SparkBuild extends PomBuild {
lazy val MavenCompile = config("m2r") extend(Compile)
lazy val publishLocalBoth = TaskKey[Unit]("publish-local", "publish local for m2 and ivy")

lazy val sharedSettings = graphSettings ++ genjavadocSettings ++ Seq (
lazy val sharedSettings = graphSettings ++ Seq (
javaHome := Properties.envOrNone("JAVA_HOME").map(file),
incOptions := incOptions.value.withNameHashing(true),
retrieveManaged := true,
retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]",
publishMavenStyle := true,
unidocGenjavadocVersion := "0.8",
// unidocGenjavadocVersion := "0.8",

resolvers += Resolver.mavenLocal,
otherResolvers <<= SbtPomKeys.mvnLocalRepository(dotM2 => Seq(Resolver.file("dotM2", dotM2))),
Expand Down

0 comments on commit 4754873

Please sign in to comment.