Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

version 1.2-beta2 package 2 times the root project as jar #205

@yanns

Description

@yanns

With a multi-modules project like that one:

lazy val core = playProject("core")

lazy val root = playProject("myapp").in(file("."))
    .dependsOn(core)
    .aggregate(core)

private def playProject(name: String) =
    play.Project(
      name = name,
      applicationVersion = "1",
      path = file("modules/" + name)
    )

the root project is packaged 2 times as jar in the generated war:

  • one time as myapp.myapp-1.jar
  • one time as myapp_2.10-1.jar

(You can assign this issue to me)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions