aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7e28d7c194..c59fada5cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -711,6 +711,31 @@
</modules>
</profile>
+ <profile>
+ <id>java8-tests</id>
+ <build>
+ <plugins>
+ <!-- Needed for publishing test jars as it is needed by java8-tests -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.4</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <modules>
+ <module>extras/java8-tests</module>
+ </modules>
+
+ </profile>
<profile>
<id>yarn</id>