Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'admin/pom-build.xml')
-rw-r--r--admin/pom-build.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index 1d3f18ed8..41f721632 100644
--- a/admin/pom-build.xml
+++ b/admin/pom-build.xml
@@ -54,32 +54,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-resources</id>
- <phase>validate</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${basedir}/target</outputDirectory>
- <resources>
- <resource>
- <directory>${jacoco.basedir}</directory>
- <filtering>true</filtering>
- <includes>
- <include>jacoco.exec</include>
- </includes>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>

Back to the top