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

This Maven plugin lets you install Node/NPM locally for your project, install dependencies with NPM, install dependencies with bower or jspm, run Grunt or gulp tasks, and/or run Karma tests.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
	<pluginExecutions>
		<pluginExecution>
			<pluginExecutionFilter>
				<goals>
                    <goal>install-node-and-corepack</goal>
					<goal>install-node-and-npm</goal>
					<goal>install-node-and-pnpm</goal>
					<goal>install-node-and-yarn</goal>
                    <goal>install-bun</goal>
				</goals>
			</pluginExecutionFilter>
			<action>
				<execute>
					<runOnIncremental>false</runOnIncremental>
					<runOnConfiguration>true</runOnConfiguration>
				</execute>
			</action>
		</pluginExecution>
        <pluginExecution>
            <pluginExecutionFilter>
                <goals>
                    <goal>corepack</goal>
                    <goal>npm</goal>
                    <goal>npx</goal>
                    <goal>pnpm</goal>
                    <goal>yarn</goal>
                    <goal>gulp</goal>
                    <goal>grunt</goal>
                    <goal>bower</goal>
                    <goal>bun</goal>
                    <goal>jspm</goal>
                    <goal>ember</goal>
                    <goal>webpack</goal>
                </goals>
            </pluginExecutionFilter>
            <action>
                <execute>
                    <runOnIncremental>true</runOnIncremental>
                    <runOnConfiguration>false</runOnConfiguration>
                </execute>
            </action>
        </pluginExecution>
	</pluginExecutions>
</lifecycleMappingMetadata>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy