Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fixes build including arbitrary jars in target
Browse files Browse the repository at this point in the history
  • Loading branch information
slawo-ch committed Sep 11, 2017
1 parent be64e94 commit d5bef25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assembly/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<directory>${project.build.directory}</directory>
<outputDirectory>.</outputDirectory>
<includes>
<include>*.jar</include>
<include>${project.artifactId}-${project.version}.jar</include>
</includes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit d5bef25

Please sign in to comment.