Repository: hadoop Updated Branches: refs/heads/branch-2 aee297cce -> dedfb982f refs/heads/trunk 8004a0023 -> 1c09ca2ba
HADOOP-11442. hadoop-azure: Create test jar. Contributed by Shashank Khandelwal. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1c09ca2b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1c09ca2b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1c09ca2b Branch: refs/heads/trunk Commit: 1c09ca2ba4d97d827cc6e86ef6bd2930bc77b5ae Parents: 8004a00 Author: cnauroth <[email protected]> Authored: Mon Feb 2 11:50:43 2015 -0800 Committer: cnauroth <[email protected]> Committed: Mon Feb 2 11:50:43 2015 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-tools/hadoop-azure/pom.xml | 13 +++++++++++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/1c09ca2b/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 612c0f5..ca147e8 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -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. http://git-wip-us.apache.org/repos/asf/hadoop/blob/1c09ca2b/hadoop-tools/hadoop-azure/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-azure/pom.xml b/hadoop-tools/hadoop-azure/pom.xml index 8011a80..d39dd76 100644 --- a/hadoop-tools/hadoop-azure/pom.xml +++ b/hadoop-tools/hadoop-azure/pom.xml @@ -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>
