Skip to content

Commit

Permalink
Fixed maven assembly plugin warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 27, 2015
1 parent b0c9007 commit c9dc12e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/src/main/assembly/assembly-offline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<fileSets>
<fileSet>
<directory>src/main/resources</directory>
<outputDirectory>/</outputDirectory>
<outputDirectory></outputDirectory>
<includes>
<include>**</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.build.directory}/addons</directory>
<outputDirectory>/addons</outputDirectory>
<outputDirectory>addons</outputDirectory>
<includes>
<include>**</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion dist/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<fileSets>
<fileSet>
<directory>src/main/resources</directory>
<outputDirectory>/</outputDirectory>
<outputDirectory></outputDirectory>
<includes>
<include>**</include>
</includes>
Expand Down

0 comments on commit c9dc12e

Please sign in to comment.