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

Document using the autoplugins version in a .scala build #402

Closed
paddymahoney opened this issue Nov 5, 2014 · 2 comments
Closed

Document using the autoplugins version in a .scala build #402

paddymahoney opened this issue Nov 5, 2014 · 2 comments
Labels
documentation Documentation should be extended or updated

Comments

@paddymahoney
Copy link

We are using a .scala build with many subprojects. Currently using the java_server archetype. I attempted to move to the autoplugin version 1.0.1-M1, but just couldn't find the right combination of imports to add the JavaServerAppPackaging, ie. enablePlugins(JavaServerAppPackaging).

The java_server archetype mentions "Use enablePlugins(JavaServerAppPackaging)" in the deprecation warning. I wasn't able to hit this warning due to the missing and broken imports.

If some handholding could be provided, I would submit a pull request to the README.md with some import guidelines (for the plugins and maybe the keys) in a .scala based build.

@muuki88 muuki88 added the bug label Nov 5, 2014
@muuki88
Copy link
Contributor

muuki88 commented Nov 5, 2014

  • Can you provide a small sample project to reproduce the errors?
  • Can you post the errors you get?

@paddymahoney
Copy link
Author

https://github.com/paddymahoney/sbt-native-packager-autoplugins-dot-scala-build

Thanks for the push, I was able to figure it out in the sample project above. It will mostly be a good example of the imports to use in a .scala build. Let me know if I could have done the imports better.

@muuki88 muuki88 added documentation Documentation should be extended or updated and removed bug labels Nov 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation should be extended or updated
Projects
None yet
Development

No branches or pull requests

2 participants