HADOOP-11442. hadoop-azure: Create test jar. Contributed by Shashank Khandelwal.
(cherry picked from commit 1c09ca2ba4
)
This commit is contained in:
parent
aee297ccea
commit
dedfb982f1
|
@ -163,6 +163,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
HADOOP-11498. Bump the version of HTrace to 3.1.0-incubating (Masatake
|
HADOOP-11498. Bump the version of HTrace to 3.1.0-incubating (Masatake
|
||||||
Iwasaki via Colin P. McCabe)
|
Iwasaki via Colin P. McCabe)
|
||||||
|
|
||||||
|
HADOOP-11442. hadoop-azure: Create test jar.
|
||||||
|
(Shashank Khandelwal via cnauroth)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-11323. WritableComparator#compare keeps reference to byte array.
|
HADOOP-11323. WritableComparator#compare keeps reference to byte array.
|
||||||
|
|
|
@ -69,6 +69,19 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
</plugin>
|
</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>
|
</plugins>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue