Questions tagged [sbt-aws-plugin]
2 questions
3
votes
1 answer
How to use sbt-assembly and sbt-aws-plugin together? (jarFile setting vs task conflict)
The example given at https://github.com/philcali/sbt-aws-plugin is as follows:
awsSsh.scripts += NamedSshScript("deploy", execute = {
sshClient =>
val jar = "~/" + (jarName in assembly).value
val assemblyJar = (outputPath in…

user3180279
- 133
- 4
1
vote
2 answers
Exception with elasticSearch and AWS plugin
I'm trying to deploy elasticSearch on my EC2 instance, but I got this error :
[2014-04-04 12:23:30,499][INFO ][node ] [Franklin Hall] version[1.0.1], pid[4516], build[5c03844/2014-02-25T15:52:53Z]
[2014-04-04…

ylos
- 522
- 1
- 6
- 16