Skip to content

Commit 65b4225

Browse files
authored
Merge pull request #3 from jonesbusy/feature/resource-filtering
Fix resource filtering
2 parents 07cba1c + dbfd571 commit 65b4225

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,12 @@
7171
<url>https://repo.jenkins-ci.org/public/</url>
7272
</pluginRepository>
7373
</pluginRepositories>
74+
<build>
75+
<resources>
76+
<resource>
77+
<filtering>true</filtering>
78+
<directory>src/main/resources</directory>
79+
</resource>
80+
</resources>
81+
</build>
7482
</project>

0 commit comments

Comments
 (0)