Chr*_*ach 11
将以下内容插入pom.xml.Eclipse的"m2e.version"属性将激活以下配置文件,该配置文件会改变Eclipse构建的位置
<profiles>
<profile>
<id>IDE</id>
<activation>
<property>
<name>m2e.version</name>
</property>
</activation>
<build>
<!-- Put the IDE's build output in a folder other than target, so that IDE builds don't interact with Maven builds -->
<directory>target-ide</directory>
</build>
</profile>
</profiles>
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
2751 次 |
最近记录: |