arktekk / sbt-aether-deploy

Deploy SBT artifacts using Maven Artifact Resolver (formerly Eclipse Aether)
Other
84 stars 31 forks source link

Wrong artifact name for scalaJS artifacts #29

Closed newffy closed 9 years ago

newffy commented 9 years ago

ScalaJS plugin modifies artifact name as s"sjs${currentBinaryVersion}_$version", but sbt-aether-deploy uses it's own method to construct artifact name

newffy commented 9 years ago

see #30