Skip to content

Commit

Permalink
Specify test resources in dspace-server-webapp pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Jan 23, 2024
1 parent 1e91216 commit 1998bb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dspace-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
</properties>

<build>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<includes>
<include>spring/spring-dspace-core-services.xml</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 1998bb7

Please sign in to comment.