I am new to maven, I have multi level project where too many dependencies are required. I have have multiple doubts regarding packaging.
- Is all 3rd party dependencies will packaged in jar or war ? Specifically in jar ?
- I have built the war and jars in local system and want to deploy them in production environments. So my question is do I need to install maven in production servers also ?