提交 3aed3df5 编写于 作者: O Olivier Lamy

fix log message

上级 2434132a
......@@ -656,7 +656,7 @@ public class MavenModuleSetBuild extends AbstractMavenBuild<MavenModuleSet,Maven
logger.println(" your Apache Maven build is setup to use a global settings config with id " + globalSettingsConfigId
+ " but cannot find the config");
} else {
logger.println("using settings config with name " + config.name);
logger.println("using global settings config with name " + config.name);
String globalSettingsContent = config.content;
if (globalSettingsContent != null ) {
tmpGlobalSettingsFile = File.createTempFile( "global-maven-settings", "xml" );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册