Skip to content

Commit

Permalink
Merge pull request #1327 from lat-lon/fixWARLogConfig-1306
Browse files Browse the repository at this point in the history
Fixing the maven phase to copy the log4j2.properties configuration file to WEB-INF/classes
  • Loading branch information
stephanr authored May 12, 2022
2 parents 399c311 + 3ca2d56 commit 16358db
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions deegree-services/deegree-webservices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@
<version>3.4.31-SNAPSHOT</version>
</parent>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>log4j2.properties</exclude>
</excludes>
<filtering>false</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -48,7 +39,7 @@
<executions>
<execution>
<id>copy-resources</id>
<phase>install</phase>
<phase>generate-sources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
Expand Down

0 comments on commit 16358db

Please sign in to comment.