HADOOP-11442. hadoop-azure: Create test jar. Contributed by Shashank Khandelwal.
This commit is contained in:
parent
8004a00230
commit
1c09ca2ba4
@ -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.
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user