Skip to content

Commit

Permalink
Fix issue #38: launch the proxy from the target directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratehm committed Apr 2, 2015
1 parent dd1f521 commit 31aad85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assemblies/distAssembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>${project.build.directory}/stratum-proxy-webapp.jar</source>
<source>${project.build.directory}/lib/stratum-proxy-webapp.jar</source>
<outputDirectory>/lib</outputDirectory>
</file>
</files>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
</descriptors>
<finalName>stratum-proxy</finalName>
<appendAssemblyId>true</appendAssemblyId>
<outputDirectory>${project.build.directory}/lib</outputDirectory>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 31aad85

Please sign in to comment.