mirror of https://github.com/apache/maven.git
o Improved warning
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@805356 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
284693bf7e
commit
7ed9ec5b37
|
@ -343,7 +343,8 @@ public class DefaultMaven
|
|||
|
||||
for ( String notActivatedProfileId : notActivatedProfileIds )
|
||||
{
|
||||
logger.warn( "Profile with id \"" + notActivatedProfileId + "\" has not been activated." );
|
||||
logger.warn( "The requested profile \"" + notActivatedProfileId
|
||||
+ "\" could not be activated because it does not exist." );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue