Skip to content

Commit

Permalink
AVRO-2196: Fix build problem about missing avro-mapred tests jar
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Sep 30, 2018
1 parent cf2f303 commit e1c30a2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lang/java/mapred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@
</execution>
</executions>
</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>
Expand Down

0 comments on commit e1c30a2

Please sign in to comment.