diff options
Diffstat (limited to 'dice-lang/pom.xml')
| -rw-r--r-- | dice-lang/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dice-lang/pom.xml b/dice-lang/pom.xml index b53a78a..bad9759 100644 --- a/dice-lang/pom.xml +++ b/dice-lang/pom.xml @@ -56,6 +56,15 @@ </executions> </plugin> </plugins> + <resources> + <resource> + <directory>data/</directory> + <includes> + <include>**/*.txt</include> + <include>**/*.help</include> + </includes> + </resource> + </resources> </build> <repositories> <repository> |
