aboutsummaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-21 11:22:18 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-21 11:22:18 +0200
commitd84c0532dc98482d10204a6c7a4b6b8aa3c4b3f9 (patch)
tree23537915a9760060723787af0cd05b5ec8f4aad4 /application
parentd6b8211a77ff66b1f945710e3997d51f8d1c8fd9 (diff)
Module only contains Scala test sources
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml24
1 files changed, 2 insertions, 22 deletions
diff --git a/application/pom.xml b/application/pom.xml
index b83c1e92190..8f301c1a884 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -113,31 +113,11 @@
<artifactId>scala-maven-plugin</artifactId>
<executions>
<execution>
- <id>compile</id>
- <goals>
- <goal>compile</goal>
- </goals>
- <phase>compile</phase>
- </execution>
- <execution>
- <id>test-compile</id>
+ <id>scala-test-compile</id>
+ <phase>process-test-resources</phase>
<goals>
<goal>testCompile</goal>
</goals>
- <phase>test-compile</phase>
- </execution>
- <execution>
- <phase>process-resources</phase>
- <goals>
- <goal>compile</goal>
- </goals>
- </execution>
- <execution>
- <phase>process-test-resources</phase>
- <id>early-test-compile</id>
- <goals>
- <goal>testCompile</goal>
- </goals>
</execution>
</executions>
</plugin>