No plugin found for prefix 'war' in the current project and in the plugin gr
pom文件报错 No plugin found for prefix 'war' in the current project and in the plugin
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
syyyyyyyyyyyyyyh 2020-05-22 19:57关注<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.5.1</version> <configuration> <source>1.8</source> <target>1.8</target> <encoding>UTF-8</encoding> </configuration> </plugin> 这样你试一下解决评论 打赏 举报无用 1