-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Affected version
3.4.0
Bug description
<resources>
<resource>
<directory>src/main/java</directory>
<filtering>true</filtering>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.js</include>
<include>META-INF/**</include>
</includes>
</resource>
</resources>
The first resource filtering not run ,but version 3.3.1 or Previous is ok.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working