当前位置: 首页 > 工具软件 > push-plugin > 使用案例 >

dockerfile-maven-plugin:1.4.13‘ not found,maven仓库导入dockerfile-maven-plugin失败

齐高寒
2023-12-01

先检查IDEA setting里面maven相关设置,排除因设置出错设置

排除设置原因出错后,直接在pom.xml添加依赖

 		<dependency>
            <groupId>com.spotify</groupId>
            <artifactId>dockerfile-maven-plugin</artifactId>
            <version>1.4.13</version>
        </dependency>

 类似资料: