忍者框架包括外部罐子

时间:2015-03-27 16:17:11

标签: java maven heroku intellij-idea ninjaframework

我希望将一个外部jar添加到我的ninja framework应用程序中。

我已将该文件包含在根目录中,但该文件无效。

我还尝试使用IntelliJ IDE将其作为依赖项包含在内。

这也行不通。在部署到heroku时,编译失败,因为无法找到包。

最后,我尝试了这个https://devcenter.heroku.com/articles/local-maven-dependencies#deploy-the-artifact-into-the-repo,但它失败并显示以下错误消息:

Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy-file (default-cli) on project 1.0: No transfer protocol found. -> [Help 1]

有人可以提出别的建议吗?

由于

1 个答案:

答案 0 :(得分:1)

这不是关于忍者的问题,而是关于构建系统的更多问题 - 在这种情况下是Maven。

幸运的是,这个问题已经回答:

Maven: Add local dependencies to jar

也在这里:

https://devcenter.heroku.com/articles/local-maven-dependencies