Don't deliver akka dist project
This commit is contained in:
parent
44fb8bff7d
commit
1e87f138cd
1 changed files with 4 additions and 1 deletions
|
|
@ -204,7 +204,10 @@ class AkkaParentProject(info: ProjectInfo) extends ParentProject(info) with Exec
|
|||
|
||||
override def artifacts = Set(Artifact(artifactID, "pom", "pom"))
|
||||
|
||||
override def deliverProjectDependencies = super.deliverProjectDependencies.toList - akka_samples.projectID - akka_tutorials.projectID
|
||||
override def deliverProjectDependencies = (super.deliverProjectDependencies.toList
|
||||
- akka_samples.projectID
|
||||
- akka_tutorials.projectID
|
||||
- akkaDist.projectID)
|
||||
|
||||
// -------------------------------------------------------------------------------------------------------------------
|
||||
// Build release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue