mirror of https://github.com/apache/maven.git
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:
parent
ffd07ac6ad
commit
80da978c79
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue