mirror of https://github.com/apache/maven.git
[MNG-2478] add "resources-filtered" filtered resource directories to super POM
This commit is contained in:
parent
ecf8573602
commit
be16fc66b9
|
@ -62,11 +62,19 @@ under the License.
|
|||
<resource>
|
||||
<directory>${project.basedir}/src/main/resources</directory>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>${project.basedir}/src/main/resources-filtered</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
<testResources>
|
||||
<testResource>
|
||||
<directory>${project.basedir}/src/test/resources</directory>
|
||||
</testResource>
|
||||
<testResource>
|
||||
<directory>${project.basedir}/src/test/resources-filtered</directory>
|
||||
<filtering>true</filtering>
|
||||
</testResource>
|
||||
</testResources>
|
||||
<pluginManagement>
|
||||
<!-- NOTE: These plugins will be removed from future versions of the super POM -->
|
||||
|
|
Loading…
Reference in New Issue