<assembly> | |
<id>uberjar</id> | |
<formats> | |
<format>jar</format> | |
</formats> | |
<includeBaseDirectory>false</includeBaseDirectory> | |
<dependencySets> | |
<dependencySet> | |
<useProjectArtifact>false</useProjectArtifact> | |
<unpack>false</unpack> | |
<scope>runtime</scope> | |
</dependencySet> | |
</dependencySets> | |
<fileSets> | |
<fileSet> | |
<directory>${project.build.outputDirectory}</directory> | |
<outputDirectory>/</outputDirectory> | |
</fileSet> | |
</fileSets> | |
</assembly> |