IDEMPIERE-3531: clean stuff download by download-maven-plugin to resulve issue report at group also auto run clean (eclipse)
let eclipse don't call auto-clean, otherwise it will don't see jar (updated) on classpath and give compiler error m2e also don't recognize this phase/goal
This commit is contained in:
parent
c38dcec5cc
commit
b69462198f
|
@ -40,6 +40,7 @@
|
|||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>${maven-clean-plugin.version}</version>
|
||||
</plugin>
|
||||
|
@ -64,6 +65,20 @@
|
|||
<ignore/>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
|
||||
<pluginExecution>
|
||||
<pluginExecutionFilter>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<versionRange>[2.5,)</versionRange>
|
||||
<goals>
|
||||
<goal>clean</goal>
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore/>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
</lifecycleMappingMetadata>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue