Snippets tagged “assembly-descriptor”
1 snippet uses this tag.
- Including dependencies in a jar with MavenJava
To include dependencies in a JAR file with Maven, you can use the maven-assembly-plugin to create an assembly that includes all the dependencies of your project.