|
@@ -28,6 +28,17 @@
|
|
|
<useProjectArtifact>true</useProjectArtifact>
|
|
|
<outputDirectory>lib</outputDirectory>
|
|
|
<scope>runtime</scope>
|
|
|
+ <includes>
|
|
|
+ <include>${project.groupId}:${project.artifactId}</include>
|
|
|
+ </includes>
|
|
|
+ <outputFileNameMapping>
|
|
|
+ ${artifact.artifactId}.${artifact.extension}
|
|
|
+ </outputFileNameMapping>
|
|
|
+ </dependencySet>
|
|
|
+ <dependencySet>
|
|
|
+ <useProjectArtifact>false</useProjectArtifact>
|
|
|
+ <outputDirectory>lib</outputDirectory>
|
|
|
+ <scope>runtime</scope>
|
|
|
</dependencySet>
|
|
|
</dependencySets>
|
|
|
</assembly>
|