mirror of https://github.com/apache/maven.git
[MNG-7051] When an optional profile could not be found, an info message should be thrown instead of a warning.
This commit is contained in:
parent
0e75baae25
commit
9643ac630c
|
@ -611,7 +611,7 @@ public class DefaultMaven
|
|||
"The requested optional profiles [%s] could not be activated or deactivated because they "
|
||||
+ "do not exist.", String.join( ", ", notFoundOptionalProfiles )
|
||||
);
|
||||
logger.warn( message );
|
||||
logger.info( message );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue