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

How to exclude myproject.jar #82

Open
DavidPerezIngeniero opened this issue Aug 14, 2015 · 1 comment
Open

How to exclude myproject.jar #82

DavidPerezIngeniero opened this issue Aug 14, 2015 · 1 comment

Comments

@DavidPerezIngeniero
Copy link

I'm trying to do myproject/pack, but I don't want myproject.jar to be included. All the dependencies of myproject.jar must be included.

The cause is that I prefer to use WEB-INF/classes instead of WEB-INF/lib/myproject.jar in my webapp, in order to have hot swapping.

I've tried but doesn't work:

  • To use packExcludeJars := Seq("myproject.jar")
  • packExclude := Seq("myproject"), but depedent jars aren't included.
@DavidPerezIngeniero
Copy link
Author

Solution is to create a symbolic link to target/pack/lib, and to delete manually myproject.jar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant