Repository: sqoop Updated Branches: refs/heads/sqoop2 ec0544c6f -> e0f4d7fe9
SQOOP-2476: Sqoop2: Fix failing precommit hook (Jarek Jarcec Cecho via Abraham Elmahrek) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/e0f4d7fe Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/e0f4d7fe Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/e0f4d7fe Branch: refs/heads/sqoop2 Commit: e0f4d7fe96c1c3433c8baba430a3f861822a23d4 Parents: ec0544c Author: Abraham Elmahrek <[email protected]> Authored: Thu Aug 13 12:44:04 2015 -0700 Committer: Abraham Elmahrek <[email protected]> Committed: Thu Aug 13 12:44:04 2015 -0700 ---------------------------------------------------------------------- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/e0f4d7fe/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e0420ac..0f7fb10 100644 --- a/pom.xml +++ b/pom.xml @@ -727,7 +727,11 @@ limitations under the License. </properties> </configuration> </plugin> - + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>2.6</version> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId>
