This is an automated email from the ASF dual-hosted git repository.
nielsbasjes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new e1c30a2 AVRO-2196: Fix build problem about missing avro-mapred tests
jar
e1c30a2 is described below
commit e1c30a236a6b8244fc6e78e759c886617e9a05fb
Author: Niels Basjes <[email protected]>
AuthorDate: Fri Jun 29 13:13:31 2018 +0200
AVRO-2196: Fix build problem about missing avro-mapred tests jar
---
lang/java/mapred/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/lang/java/mapred/pom.xml b/lang/java/mapred/pom.xml
index e6dd2c5..e836ba6 100644
--- a/lang/java/mapred/pom.xml
+++ b/lang/java/mapred/pom.xml
@@ -92,6 +92,17 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<executions>