diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-18 19:57:04 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-18 19:57:26 -0400 |
| commit | 527271d943c01a3e03e4e312a9961f3f64909a55 (patch) | |
| tree | f1d6d1b6bdb709b0b1dab9a18dc0d992431c9d4c /BJC-Utils2/pom.xml | |
| parent | 4f4a8f35de7249a03a1127f7c2e4bd7905eefd2a (diff) | |
Data used for an example
Diffstat (limited to 'BJC-Utils2/pom.xml')
| -rw-r--r-- | BJC-Utils2/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/BJC-Utils2/pom.xml b/BJC-Utils2/pom.xml index 4584742..bd2946c 100644 --- a/BJC-Utils2/pom.xml +++ b/BJC-Utils2/pom.xml @@ -12,6 +12,14 @@ </configuration> </plugin> </plugins> + <resources> + <resource> + <directory>data/</directory> + <includes> + <include>**/*.txt</include> + </includes> + </resource> + </resources> </build> <groupId>bjc</groupId> |
