Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yanns opened this issue Dec 4, 2013 · 2 comments
Closed

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

yanns opened this issue Dec 4, 2013 · 2 comments
Assignees
Milestone

Comments

@yanns
Copy link
Member

yanns commented Dec 4, 2013

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)

@ghost ghost assigned yanns Dec 4, 2013
yanns added a commit to yanns/play2-war-plugin that referenced this issue Jan 8, 2014
dlecan added a commit that referenced this issue Jan 9, 2014
@dlecan
Copy link
Member

dlecan commented Jan 30, 2014

Fixed by #212

@dlecan
Copy link
Member

dlecan commented Jan 30, 2014

Play2War v1.2-beta4 with a fix for this issue is out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants