mirror of
https://github.com/bmlong137/alfresco-keycloak.git
synced 2025-09-10 14:11:09 +00:00
added test resource filtering to fix unit tests
This commit is contained in:
@@ -140,13 +140,19 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<testResources>
|
||||
<testResource>
|
||||
<directory>src/test/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
<targetPath>${project.build.directory}/test-classes</targetPath>
|
||||
</testResource>
|
||||
</testResources>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<configuration>
|
||||
<classifier>sources-unshaded</classifier>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
Reference in New Issue
Block a user