diff options
| -rw-r--r-- | RGens/pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/RGens/pom.xml b/RGens/pom.xml index f59a2c3..08d6103 100644 --- a/RGens/pom.xml +++ b/RGens/pom.xml @@ -26,9 +26,18 @@ <argument>*</argument> <!-- <argument>-i</argument> --> </arguments> - </configuration> + </configuration> </plugin> </plugins> + <resources> + <resource> + <directory>data/</directory> + <includes> + <include>**/*.gram</include> + <include>**/*.help</include> + </includes> + </resource> + </resources> </build> <groupId>bjc</groupId> |
