Repository: sqoop Updated Branches: refs/heads/sqoop2 bbb9aff55 -> 00ab7d439
SQOOP-2410: Sqoop2: Integration test report have incorrect suffix (Richard via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/00ab7d43 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/00ab7d43 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/00ab7d43 Branch: refs/heads/sqoop2 Commit: 00ab7d439c3aeb42aae0c4e08d7fc3228438e04c Parents: bbb9aff Author: Jarek Jarcec Cecho <[email protected]> Authored: Thu Jul 9 07:44:18 2015 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Thu Jul 9 07:44:18 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/00ab7d43/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 72a2856..387ee19 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ limitations under the License. <artifactId>maven-failsafe-plugin</artifactId> <configuration> <excludedGroups>slow</excludedGroups> - <reportNameSuffix>slow</reportNameSuffix> + <reportNameSuffix>fast</reportNameSuffix> </configuration> </plugin> </plugins>
