My project uses YAJSW wrapper. When i build project, i simple copy jars, required by YAJSW into assembly. So YAJSW's jars simple commited into my svn. I don't like this because my project hold 25 MB of space and 20 MB of that is YAJSW's libs.
I want to try:
- delete unnecessary YAJSW's libs, but i don't know which of them are required.
- download required libs from repo during build. But how to make it easy without listing all YAJSW jars in dependencies?
It will be best if there is a YAJSW pom with dependencies, but i don't find that. Maybe someone create that, so i can upload it to my repo?
This is most fundamental things you need to copy in your
assembly
cycle:Right now I'm trying to add the
wrapper.jar
andwrapperApp.jar
from maven, hence removing it from the assymbly file. However for that I might need to edit the scripts to look for the jar in thelib
folder instead of thewrapper_home
I found the maven dependencies: