commit | bb5dc4c9832c9b4e3a43571278b4381a173d906c | [log] [tgz] |
---|---|---|
author | Ian Maxon <imaxon@apache.org> | Tue Feb 02 18:16:30 2016 -0800 |
committer | Ian Maxon <imaxon@apache.org> | Wed Feb 10 09:00:13 2016 -0800 |
tree | 0b93de5b75815355f7ecf1ef8af9603c04097107 | |
parent | 776894a5cf56e615067ef8e589cb4c7f826b1c81 [diff] |
Address RC0 Comments Change-Id: I2a6c4fb809b6fcad578007b8f48bf8bce179cd84 Reviewed-on: https://asterix-gerrit.ics.uci.edu/607 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml b/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml index e8fe354..058dd5c 100644 --- a/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml +++ b/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml
@@ -38,7 +38,14 @@ <target>1.7</target> </configuration> </plugin> - </plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> </build> <properties>