无法读取org.apache.maven的工件描述符.plugins:maven-surefire-plugin:jar:2.22.0:

时间:2019-09-05 07:13:55

标签: maven

我的Maven pom.xml文件遇到问题。

对maven-surefire-plugin:2.22.0的依赖返回错误

  

“无法读取org.apache.maven的工件描述符   .plugins:maven-surefire-plugin:jar:2.22.0”

下面是我的pom.xml文件

我也尝试了以下设置,但仍然无法使用。

文件->设置->构建,执行,部署-> Maven选中“始终更新快照”框

1 个答案:

答案 0 :(得分:0)

在您的错误消息中,似乎还有很多空间。

尝试

let gamesGroup = [];
for(let game of gamesList) {
    let index = gamesGroup.findIndex(el => el.category_group === game.category_group);
    if (index !== -1) {
        let element = gamesGroup[index];
        element.games.push(game.game);
    }
    else {
      gamesGroup.push({game_category: game.game_category, games: [game.game]});
}

}

代替

org.apache.maven.plugins

在您的pom中