Exclude samples and sbt plugin from parent pom
This commit is contained in:
parent
b23528b66e
commit
e2e0abedf8
1 changed files with 3 additions and 0 deletions
|
|
@ -251,6 +251,9 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
|
||||
override def artifacts = Set(Artifact(artifactID, "pom", "pom"))
|
||||
|
||||
override def deliverProjectDependencies =
|
||||
super.deliverProjectDependencies.toList - akka_samples.projectID - akka_sbt_plugin.projectID
|
||||
|
||||
// val sourceArtifact = Artifact(artifactID, "src", "jar", Some("sources"), Nil, None)
|
||||
// val docsArtifact = Artifact(artifactID, "doc", "jar", Some("docs"), Nil, None)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue