qiu*_*bix 5 java intellij-idea maven
我想暂时从编译中排除某些目录,所以我配置了maven-compiler-plugin:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/foo/**/*.java</exclude>
</excludes>
</configuration>
</plugin>
Run Code Online (Sandbox Code Playgroud)
从命令行和 Eclipse 一切正常,但在 IntelliJ IDEA 中,我在排除目录中遇到编译错误。知道可能是什么原因造成的吗?
| 归档时间: |
|
| 查看次数: |
2242 次 |
| 最近记录: |