Skip to content

Commit

Permalink
FIX #982 Add maven-plugin to classpathTypes when using the JDebPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed May 25, 2017
1 parent dda0b03 commit 37b1979
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package debian
import com.typesafe.sbt.packager.archetypes.TemplateWriter
import com.typesafe.sbt.packager.universal.Archives
import sbt._
import sbt.Keys.{mappings, normalizedName, packageBin, streams, target, version}
import sbt.Keys.{classpathTypes, normalizedName, packageBin, streams, target, version}
import linux.{LinuxFileMetaData, LinuxPackageMapping, LinuxSymlink}
import linux.LinuxPlugin.autoImport.{
linuxPackageMappings,
Expand Down Expand Up @@ -98,7 +98,8 @@ object JDebPackaging extends AutoPlugin with DebianPluginLike {
debMaker validate ()
debMaker makeDeb ()
debianFile
}
},
classpathTypes += "maven-plugin"
)

/**
Expand Down

0 comments on commit 37b1979

Please sign in to comment.