You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few IBM Websphere Jars that are needed at compile time, but I want to exclude them from the WAR. I am not including them with sbt as artifacts because I needed to copy them from the WAS installation.
I can't figure out how to exclude them, because they don't seem to be recognized as artifacts. (should they be?)
What is the best way to do this aside from removing them from the finished WAR file with an ant script?
The text was updated successfully, but these errors were encountered:
I have included these jars in my projects /lib directory (unmanaged dependencies - http://www.playframework.com/documentation/2.0/Anatomy ). How would I mark them as "provided"? They are not referenced as dependencies in the build.sbt .
Also, I don't want to add it to a local Maven repository, because that makes it more complicated for others in team to compile.
poornerd
changed the title
How can I filter jar files that are statically included in my /lib ?
How can I filter jar files that are statically included in my /lib ? (unmanaged dependencies)
Jul 9, 2014
dlecan
changed the title
How can I filter jar files that are statically included in my /lib ? (unmanaged dependencies)
Filter unmanaged dependencies that are statically included in /lib
Jul 10, 2014
I have a few IBM Websphere Jars that are needed at compile time, but I want to exclude them from the WAR. I am not including them with sbt as artifacts because I needed to copy them from the WAS installation.
I can't figure out how to exclude them, because they don't seem to be recognized as artifacts. (should they be?)
What is the best way to do this aside from removing them from the finished WAR file with an ant script?
The text was updated successfully, but these errors were encountered: