diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-03-13 13:38:56 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-03-13 13:38:56 -0400 |
| commit | 799fa9145cf0cbb8c16e441185045a488ded46d7 (patch) | |
| tree | c965a0c66002aa7e388201af23899df5e2eb293b /dice-lang/pom.xml | |
| parent | 94daa6feed501fcda1c12653ec21ad1a6b38f00d (diff) | |
POM changes
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> |
