0

I have been wondering how to include specific jar's into the final maven builded jar. I tried using scope system but it does not include it in jar.

Thank You

SSV
  • 860
  • 3
  • 11
  • 25

1 Answers1

0

One jar does not contain another. Web Archives (war) files contain jars, as do Enterprise Archives (ear) files.

Software Engineer
  • 15,457
  • 7
  • 74
  • 102