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


Reply via email to