You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by br...@apache.org on 2005/03/29 07:55:10 UTC

cvs commit: maven-components/maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar JarMojo.java

brett       2005/03/28 21:55:10

  Modified:    maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar
                        JarMojo.java
  Log:
  fix bad message, reformat
  
  Revision  Changes    Path
  1.19      +2 -2      maven-components/maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java
  
  Index: JarMojo.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- JarMojo.java	22 Mar 2005 13:25:58 -0000	1.18
  +++ JarMojo.java	29 Mar 2005 05:55:10 -0000	1.19
  @@ -171,7 +171,7 @@
           catch ( Exception e )
           {
               // TODO: improve error handling
  -            throw new PluginExecutionException( "Error assembling EJB", e );
  +            throw new PluginExecutionException( "Error assembling JAR", e );
           }
       }