HADOOP-11442. hadoop-azure: Create test jar. Contributed by Shashank Khandelwal.

This commit is contained in:
cnauroth 2015-02-02 11:50:43 -08:00
parent 8004a00230
commit 1c09ca2ba4
2 changed files with 16 additions and 0 deletions

View File

@ -524,6 +524,9 @@ Release 2.7.0 - UNRELEASED
HADOOP-11498. Bump the version of HTrace to 3.1.0-incubating (Masatake
Iwasaki via Colin P. McCabe)
HADOOP-11442. hadoop-azure: Create test jar.
(Shashank Khandelwal via cnauroth)
OPTIMIZATIONS
HADOOP-11323. WritableComparator#compare keeps reference to byte array.

View File

@ -69,6 +69,19 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>