We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b2265 commit f22bf00Copy full SHA for f22bf00
1 file changed
pom.xml
@@ -5,6 +5,18 @@
5
<artifactId>SWBModel</artifactId>
6
<version>5.0-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
+ <build>
9
+ <resources>
10
+ <resource>
11
+ <directory>src/main/java</directory>
12
+ <includes>
13
+ <include>**/*.properties</include>
14
+ <include>**/*.xml</include>
15
+ <include>**/*.xslt</include>
16
+ </includes>
17
+ </resource>
18
+ </resources>
19
+ </build>
20
<dependencies>
21
<dependency>
22
<groupId>${project.groupId}</groupId>
0 commit comments