Include the ResourceBundle files into the build
authorHans-Christian Esperer <hc@hcesperer.org>
Tue, 10 Oct 2017 19:43:27 +0000 (21:43 +0200)
committerHans-Christian Esperer <hc@hcesperer.org>
Tue, 10 Oct 2017 19:43:27 +0000 (21:43 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index fe3d5c0c286b5a33442b16fe454e3cc821847ffb..f2889cb8f915ab9ab1dca904baabd29082ef97a8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <include>**/*</include>
         </includes>
       </resource>
+      <resource>
+        <directory>src</directory>
+          <excludes>
+            <exclude>**/*.java</exclude>
+          </excludes>
+      </resource>
     </resources>
     <plugins>
       <plugin>