You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2006/11/19 15:53:08 UTC

svn commit: r476833 - /maven/plugins/trunk/maven-ejb-plugin/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java

Author: dennisl
Date: Sun Nov 19 06:53:08 2006
New Revision: 476833

URL: http://svn.apache.org/viewvc?view=rev&rev=476833
Log:
o Fix Checktyle errors.

Modified:
    maven/plugins/trunk/maven-ejb-plugin/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java

Modified: maven/plugins/trunk/maven-ejb-plugin/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java?view=diff&rev=476833&r1=476832&r2=476833
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java (original)
+++ maven/plugins/trunk/maven-ejb-plugin/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java Sun Nov 19 06:53:08 2006
@@ -281,19 +281,23 @@
             }
             catch ( ArchiverException e )
             {
-                throw new MojoExecutionException( "There was a problem creating the EJB client archive: " + e.getMessage() , e );
+                throw new MojoExecutionException(
+                    "There was a problem creating the EJB client archive: " + e.getMessage(), e );
             }
             catch ( ManifestException e )
             {
-                throw new MojoExecutionException( "There was a problem creating the EJB client archive: " + e.getMessage() , e );
+                throw new MojoExecutionException(
+                    "There was a problem creating the EJB client archive: " + e.getMessage(), e );
             }
             catch ( IOException e )
             {
-                throw new MojoExecutionException( "There was a problem creating the EJB client archive: " + e.getMessage() , e );
+                throw new MojoExecutionException(
+                    "There was a problem creating the EJB client archive: " + e.getMessage(), e );
             }
             catch ( DependencyResolutionRequiredException e )
             {
-                throw new MojoExecutionException( "There was a problem creating the EJB client archive: " + e.getMessage() , e );
+                throw new MojoExecutionException(
+                    "There was a problem creating the EJB client archive: " + e.getMessage(), e );
             }
 
             // TODO: shouldn't need classifer