Exclude samples and sbt plugin from parent pom

This commit is contained in:
Peter Vlugter 2011-02-08 16:15:39 +13:00
parent b23528b66e
commit e2e0abedf8

View file

@ -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)