问题标签 [sbt-aws-plugin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sbt - 如何一起使用 sbt-assembly 和 sbt-aws-plugin?(jarFile 设置 vs 任务冲突)
https://github.com/philcali/sbt-aws-plugin给出的示例如下:
当我尝试这个时,我得到了错误:
在sbt-assembly
中,jarName
被定义为一项任务。我检查了 git 日志sbt-assembly
,发现在一个阶段(大约一年前)它从设置更改为任务。
如何从 sbt-aws-plugin 中描述的脚本中使用 sbt-assembly 生成的 jar 的名称?
谢谢!
amazon-ec2 - Exception with elasticSearch and AWS plugin
I'm trying to deploy elasticSearch on my EC2 instance, but I got this error :
when I launch ElasticSearch with the command
Here is my installed versions :
Do you guys have any idea of what is going wrong ?