mirror of https://github.com/sbt/sbt.git
Revert modifying publishMavenStyle based on sbtPlugin.
This commit is contained in:
parent
e0103293f6
commit
370145994f
|
|
@ -671,7 +671,6 @@ object Classpaths
|
|||
moduleConfigurations in GlobalScope :== Nil,
|
||||
publishTo in GlobalScope :== None,
|
||||
artifactPath in makePom <<= artifactPathSetting(artifact in makePom),
|
||||
publishMavenStyle <<= (sbtPlugin, publishMavenStyle)(!_ && _),
|
||||
publishArtifact in makePom <<= publishMavenStyle.identity,
|
||||
artifact in makePom <<= moduleName(Artifact.pom),
|
||||
projectID <<= (organization,moduleName,version,artifacts,crossPaths){ (org,module,version,as,crossEnabled) =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue