[maven-hpi-plugin] 03/03: openjdk6-fixup

James Downing Page jamespage at alioth.debian.org
Mon Aug 12 09:42:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch patch-queue/master
in repository maven-hpi-plugin.

commit 62eae1f2831bc6044018bdb1d1ed21a89cf994e4
Author: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Date:   Mon Aug 12 10:34:04 2013 +0100

    openjdk6-fixup
---
 src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java b/src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java
index d551f28..d8c1f09 100644
--- a/src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java
+++ b/src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java
@@ -645,9 +645,6 @@ public abstract class AbstractHpiMojo extends AbstractJenkinsMojo {
             unArchiver.setDestDirectory(location);
             unArchiver.extract();
         }
-        catch (IOException e) {
-            throw new MojoExecutionException("Error unpacking file: " + file + "to: " + location, e);
-        }
         catch (ArchiverException e) {
             throw new MojoExecutionException("Error unpacking file: " + file + "to: " + location, e);
         }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-hpi-plugin.git



More information about the pkg-java-commits mailing list