提交 1f968f53 编写于 作者: O Olivier Lamy

oups fix typo

上级 9787c071
......@@ -646,14 +646,14 @@ public class MavenModuleSetBuild extends AbstractMavenBuild<MavenModuleSet,Maven
if (configProviders != null && configProviders.size() > 0) {
for (ConfigProvider configProvider : configProviders) {
if (configProvider instanceof GlobalMavenSettingsProvider ) {
if ( configProvider.isResponsibleFor( settingsConfigId ) ) {
config = configProvider.getConfigById( settingsConfigId );
if ( configProvider.isResponsibleFor( globalSettingsConfigId ) ) {
config = configProvider.getConfigById( globalSettingsConfigId );
}
}
}
}
if (config == null) {
logger.println(" your Apache Maven build is setup to use a config with id " + globalSettingsConfigId
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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册