Skip to content

Commit

Permalink
Merge pull request #1067 from /issues/1065-jboss-descriptor-path
Browse files Browse the repository at this point in the history
Fix target path of filtered jboss descriptor
  • Loading branch information
banterCZ authored Oct 5, 2023
2 parents 4f06ca4 + 08230a6 commit 489cd73
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 489cd73

Please sign in to comment.