Skip to content

Commit

Permalink
Merge pull request jboss-modules#117 from dmlloyd/modules-273
Browse files Browse the repository at this point in the history
[MODULES-273] Separate the version properties (which need resource filtering) from schema resources (which do not)
  • Loading branch information
dmlloyd committed Nov 28, 2016
2 parents cff5da3 + e7b6126 commit 5b4744e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,15 @@
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<directory>src/main/java</directory>
<filtering>true</filtering>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
</resource>
<resource>
<directory>target/generated-resources</directory>
Expand Down

0 comments on commit 5b4744e

Please sign in to comment.