summaryrefslogtreecommitdiff
path: root/RGens/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'RGens/pom.xml')
-rw-r--r--RGens/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/RGens/pom.xml b/RGens/pom.xml
index 10a10be..425028c 100644
--- a/RGens/pom.xml
+++ b/RGens/pom.xml
@@ -17,6 +17,10 @@
<version>1.2.1</version>
<configuration>
<mainClass>bjc.RGens.server.GrammarServer</mainClass>
+ <arguments>
+ <argument>-c</argument>
+ <argument>data/server-config-sample.cfg</argument>
+ </arguments>
</configuration>
</plugin>
</plugins>