mirror of https://github.com/apache/activemq.git
Fix errors while importing project in Eclipse IDE
This commit is contained in:
parent
1a0af86c06
commit
6166d4a4f7
|
@ -466,6 +466,20 @@
|
|||
<!--<ignore />-->
|
||||
</action>
|
||||
</pluginExecution>
|
||||
<pluginExecution>
|
||||
<pluginExecutionFilter>
|
||||
<groupId>net.alichim31</groupId>
|
||||
<artifactId>scala-maven-plugin</artifactId>
|
||||
<versionRange>[0.0.0,)</versionRange>
|
||||
<goals>
|
||||
<goal>compile</goal>
|
||||
<goal>testCompile</goal>
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore />
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
</lifecycleMappingMetadata>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue