Skip to content

Commit

Permalink
The project artifact will now be excluded from the lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
itaiag committed Apr 19, 2013
1 parent 14e25e1 commit ce77eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<exclude>*:xz:*</exclude>

<!-- The project artifact should not be in the lib folder because it should be read from the classes folder-->
<exclude>*:${project.name}:*</exclude>
<exclude>*:\${artifactId}:*</exclude>
</excludes>
</dependencySet>

Expand Down

0 comments on commit ce77eae

Please sign in to comment.