Skip to content

Commit

Permalink
Removed log4j.xml from POM based build
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Feb 12, 2016
1 parent d7dea1c commit 305b656
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
</includes>
<excludes>
<exclude>*-service.xml</exclude>
<exclude>log4*.xml</exclude>
</excludes>
</resource>
<resource>
Expand Down Expand Up @@ -285,7 +286,7 @@
</configuration>
</execution>
<!-- Run the tests via ant -->
<execution>
<!--<execution>
<phase>test</phase>
<configuration>
<tasks unless="maven.test.skip">
Expand All @@ -297,7 +298,7 @@
<goals>
<goal>run</goal>
</goals>
</execution>
</execution>-->
</executions>
</plugin>
<!-- Make sure we generate src jars too -->
Expand Down Expand Up @@ -348,6 +349,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
<skipTests>true</skipTests>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 305b656

Please sign in to comment.