Skip to content

Commit

Permalink
Fix target path of filtered jboss descriptor
Browse files Browse the repository at this point in the history
A follow-up to #1065
  • Loading branch information
banterCZ committed Oct 5, 2023
1 parent 4f06ca4 commit 08230a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions powerauth-java-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,11 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<webResources>
<resource>
<webResource>
<directory>src/main/webapp/WEB-INF</directory>
<targetPath>WEB-INF</targetPath>
<filtering>true</filtering>
</resource>
</webResource>
</webResources>
</configuration>
</plugin>
Expand Down

0 comments on commit 08230a6

Please sign in to comment.