diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-08 14:33:24 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-08 14:33:24 -0500 |
| commit | 46f6ee5545f0703c1626c8de35a8e6e6217a9b14 (patch) | |
| tree | 385f4a5762299a09cb2e4a7779989c667175623a /RGens/pom.xml | |
| parent | 3b07acb43c5f865c65094ae891f5a2dc791c8088 (diff) | |
Update
Diffstat (limited to 'RGens/pom.xml')
| -rw-r--r-- | RGens/pom.xml | 4 |
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> |
