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

Getting a warn message at build time #94

Open
nuwan1025 opened this issue May 9, 2016 · 3 comments
Open

Getting a warn message at build time #94

nuwan1025 opened this issue May 9, 2016 · 3 comments

Comments

@nuwan1025
Copy link

nuwan1025 commented May 9, 2016

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 nuwan1025 changed the title Getting a warn messge on at biulding Getting a warn message at build time May 10, 2016
@nuwan1025
Copy link
Author

Any updates on this issue?

@dilerarc
Copy link

@almothafar
Copy link

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

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

No branches or pull requests

3 participants