META-INF.m2e.lifecycle-mapping-metadata.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalor-maven-plugin_2.12 Show documentation
Show all versions of scalor-maven-plugin_2.12 Show documentation
Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven
<?xml version="1.0" encoding="UTF-8"?> <lifecycleMappingMetadata> <!-- Used in M2E by Maven plugin, not Eclipse companion plugin. --> <pluginExecutions> <!-- Invoke these goals by Maven plugin. --> <pluginExecution> <pluginExecutionFilter> <goals> <!-- Install companion Eclipse plugin. --> <goal>eclipse-config</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>false</runOnIncremental> <runOnConfiguration>true</runOnConfiguration> </execute> </action> </pluginExecution> <!-- Delegate these goals to companion Eclipse plugin. --> <pluginExecution> <pluginExecutionFilter> <goals> <goal>eclipse-restart</goal> <goal>eclipse-prescomp</goal> <goal>clean-macro</goal> <goal>clean-main</goal> <goal>clean-test</goal> <goal>register-macro</goal> <goal>register-main</goal> <goal>register-test</goal> <goal>compile-macro</goal> <goal>compile-main</goal> <goal>compile-test</goal> <goal>scala-js-link-main</goal> <goal>scala-js-link-test</goal> <goal>scala-js-env-prov-nodejs</goal> <goal>scala-js-env-prov-phantomjs</goal> <goal>scala-js-env-prov-webjars</goal> <goal>scala-js-env-conf-nodejs</goal> <goal>scala-js-env-conf-phantomjs</goal> <goal>scaladoc-main</goal> <goal>scaladoc-test</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata>