tuplejump / play-yeoman

Play + Yeoman integration sbt and play plugins
Apache License 2.0
238 stars 57 forks source link

Getting a warn message at build time #94

Open nuwan1025 opened 8 years ago

nuwan1025 commented 8 years ago

I am getting an warning message as follows when I do activator dist. I am using play 2.5 (JavaPlay) , tuplejump: 0.9.0 and scala 2.11.

[warn] Found intransitive dependency (com.tuplejump:play-yeoman_2.11:0.9.0) while publishMavenStyle is true, but Maven repositories do not support intransitive dependencies. Use exclusions instead so transitive dependencies will be correctly excluded in dependent projects.

nuwan1025 commented 8 years ago

Any updates on this issue?

dilerarc commented 8 years ago

+

almothafar commented 8 years ago

I'm getting the same issue, the sbt-play-gulp solved it by adding exclude("com.typesafe.play", "play") after libraryDependencies += here : https://github.com/mmizutani/sbt-play-gulp/blob/v0.1.1/src/main/scala/com/github/mmizutani/sbt/gulp/PlayGulpPlugin.scala#L45

So I think this exclude must be the save here:

https://github.com/tuplejump/play-yeoman/blob/develop/sbt-yeoman/app/com/tuplejump/sbt/yeoman/Yeoman.scala#L82