summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-06 22:11:03 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-06 22:11:03 +0200
commit83547d4945de81cbf4db57c629432fb8c180012f (patch)
treef40825d90e237360da81e8935f3f65e40a9148e3
parent7112eedbb508c22433b07578a1071b84e22b2a81 (diff)
Dist build tweaks
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e3c5a3a..f48b188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,8 +49,8 @@
<copyConfigurationDirectory>true</copyConfigurationDirectory>
<useTimestampInSnapshotFileName>false</useTimestampInSnapshotFileName>
<includeConfigurationDirectoryInClasspath>true</includeConfigurationDirectoryInClasspath>
- <assembleDirectory>${project.build.directory}/dist/client</assembleDirectory>
- <showConsoleWindow>false</showConsoleWindow>
+ <assembleDirectory>${project.build.directory}/dist</assembleDirectory>
+ <showConsoleWindow>true</showConsoleWindow>
<repositoryName>lib</repositoryName>
<defaultJvmSettings>
<maxMemorySize>1024M</maxMemorySize>