Skip to content

Commit

Permalink
use project build directory
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed Jan 10, 2019
1 parent c46dbb5 commit bc1abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<!-- jetty-runner is not an OSGi component -->
<skip>true</skip>
<!-- there is no way to skip MANIFEST creation by the plugin -->
<manifestLocation>${java.io.tmpdir}/NON_USED_MANIFEST</manifestLocation>
<manifestLocation>${project.build.directory}/NON_USED_MANIFEST</manifestLocation>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit bc1abb2

Please sign in to comment.