All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.m2e.lifecycle-mapping-metadata.xml Maven / Gradle / Ivy

Go to download

Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven

There is a newer version: 1.5.0.20190502185130
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy