git://git.nikiroo.be
/
fanfix-jexer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb29bbb
)
Include the ResourceBundle files into the build
author
Hans-Christian Esperer
<hc@hcesperer.org>
Tue, 10 Oct 2017 19:43:27 +0000
(21:43 +0200)
committer
Hans-Christian Esperer
<hc@hcesperer.org>
Tue, 10 Oct 2017 19:43:27 +0000
(21:43 +0200)
pom.xml
patch
|
blob
|
blame
|
history
diff --git
a/pom.xml
b/pom.xml
index fe3d5c0c286b5a33442b16fe454e3cc821847ffb..f2889cb8f915ab9ab1dca904baabd29082ef97a8 100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-45,6
+45,12
@@
<include>**/*</include>
</includes>
</resource>
+ <resource>
+ <directory>src</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
</resources>
<plugins>
<plugin>