val appDependencies = Seq(
....
"org.reflections" % "reflections" % "0.9.7-SNAPSHOT"
)
val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(
// temporary hack waiting for a public maven repo where to push the patched jar
resolvers += "Local Maven Repository" at "file://"+Path.userHome+"/.m2/repository",
.....
}
the Local Maven Repository will be removed as soon as Ivan will push the reflections-0.9.7-SNAPSHOT to a public maven repo.
- run "play dependencies"
- run "play run"
This is great to hear!
Out of courtesy to others outside jclouds, can you update the reflections issue with the repo instructions?
-A
> --
> You received this message because you are subscribed to the Google Groups "jclouds-dev" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/jclouds-dev/-/wDtZzZKM47YJ.
>
> To post to this group, send email to jclou...@googlegroups.com.
> To unsubscribe from this group, send email to jclouds-dev...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/jclouds-dev?hl=en.