diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-09 15:32:37 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-09 15:32:37 -0500 |
| commit | 36cf3a0f0604ef43ce838ff6e9a7fc4e7c299522 (patch) | |
| tree | 6e4e9ea9015f72da5670ad8f733d51cde77211cf /RGens/pom.xml | |
| parent | 26017da6c2e135f8a41dc7dbd805d7bdce518219 (diff) | |
Lots of additional data
Diffstat (limited to 'RGens/pom.xml')
| -rw-r--r-- | RGens/pom.xml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/RGens/pom.xml b/RGens/pom.xml index 425028c..f59a2c3 100644 --- a/RGens/pom.xml +++ b/RGens/pom.xml @@ -14,18 +14,23 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.2.1</version> - <configuration> - <mainClass>bjc.RGens.server.GrammarServer</mainClass> + <version>1.2.1</version> + <configuration> + <mainClass>bjc.RGens.server.GrammarServer</mainClass> <arguments> - <argument>-c</argument> + <!-- Uncomment for debug mode --> + <argument>-d</argument> + <argument>-lc</argument> <argument>data/server-config-sample.cfg</argument> + <argument>-st</argument> + <argument>*</argument> + <!-- <argument>-i</argument> --> </arguments> - </configuration> + </configuration> </plugin> </plugins> </build> - + <groupId>bjc</groupId> <artifactId>RGens</artifactId> <version>0.0.1-SNAPSHOT</version> |
