Skip to content

Commit

Permalink
properties
Browse files Browse the repository at this point in the history
  • Loading branch information
softjei committed Dec 15, 2016
1 parent ad398ae commit 17ec09f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<artifactId>SWBBase</artifactId>
<version>5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
<include>**/*.xslt</include>
</includes>
</resource>
</resources>
</build>
<repositories>
<repository>
<id>SWBExternalDeps</id>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 17ec09f

Please sign in to comment.