java - Selfcontained non executable jar with maven -


we have created test fixture containing functions used our automated tests (fitnesse based). package fixture contains dependencies main test source doesn't have copy transitive dependencies work.

have found assembly examples crate 2 jars, 1 , 1 without transitive deps.

how can build single jar containing deps?


Comments