info log now specifies that maven will generate a MANIFEST if the custom manifest is not found.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291389 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephane Nicoll 2005-09-25 08:13:35 +00:00
parent ffd07ac6ad
commit 80da978c79
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ public class EarMojo
File customManifestFile = new File( manifestFile );
if ( !customManifestFile.exists() )
{
getLog().info( "Could not find manifest file: " + manifestFile );
getLog().info( "Could not find manifest file: " + manifestFile +" - Generating one");
}
else
{