MAPREDUCE-4683. Create and distribute hadoop-mapreduce-client-core-tests.jar.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f54afdb8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f54afdb8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f54afdb8 Branch: refs/heads/YARN-5085 Commit: f54afdb83b2567f63f0dc94f5f4e26ead2eefc5e Parents: 3c774b8 Author: Akira Ajisaka <aajis...@apache.org> Authored: Thu Dec 8 11:27:58 2016 +0900 Committer: Akira Ajisaka <aajis...@apache.org> Committed: Thu Dec 8 11:27:58 2016 +0900 ---------------------------------------------------------------------- .../hadoop-mapreduce-client-core/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f54afdb8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml index 38a7725..aefba7f 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml @@ -61,6 +61,22 @@ <build> <plugins> <plugin> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + <configuration> + <excludes> + <exclude>**/mapred-queues.xml</exclude> + </excludes> + </configuration> + <phase>test-compile</phase> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org