Disable cross paths for publishing without Scala version
This commit is contained in:
parent
4ab6f711cd
commit
44d0f2dadb
1 changed files with 2 additions and 2 deletions
|
|
@ -307,7 +307,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
// -------------------------------------------------------------------------------------------------------------------
|
||||
// Miscellaneous
|
||||
// -------------------------------------------------------------------------------------------------------------------
|
||||
override def artifactID: String = this.name
|
||||
override def disableCrossPaths = true
|
||||
|
||||
override def mainClass = Some("akka.kernel.Main")
|
||||
|
||||
|
|
@ -949,7 +949,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
|
||||
// ------------------------------------------------------------
|
||||
class AkkaDefaultProject(info: ProjectInfo, val deployPath: Path) extends DefaultProject(info) with DeployProject with OSGiProject {
|
||||
override def artifactID: String = this.name
|
||||
override def disableCrossPaths = true
|
||||
lazy val sourceArtifact = Artifact(this.artifactID, "source", "jar", Some("sources"), Nil, None)
|
||||
lazy val docsArtifact = Artifact(this.artifactID, "doc", "jar", Some("docs"), Nil, None)
|
||||
override def runClasspath = super.runClasspath +++ (AkkaParentProject.this.info.projectPath / "config")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue