fix bad message, reformat

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-29 05:55:10 +00:00
parent f29a493b1a
commit b512b2e7a2
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ public void execute()
catch ( Exception e )
{
// TODO: improve error handling
throw new PluginExecutionException( "Error assembling EJB", e );
throw new PluginExecutionException( "Error assembling JAR", e );
}
}