Hi Dan,

You may with to file a bug report (or contribute an enhancement) to the
frontend-maven-plugin so that the mentioned goals are ignored in
Eclipse by default, see

  https://wiki.eclipse.org/M2E_compatible_maven_plugins#.3Cignore.2F.3E_mapping

Best,

Robert

On Wed, 2018-08-29 at 21:15 +0000, [email protected] wrote:
> +               <pluginManagement>
> +                       <plugins>
> +                               <plugin>
> +                                       <groupId>org.eclipse.m2e</gro
> upId>
> +                                       <artifactId>lifecycle-
> mapping</artifactId>
> +                                       <version>1.0.0</version>
> +                                       <configuration>
> +                                               <lifecycleMappingMeta
> data>
> +                                                       <pluginExecut
> ions>
> +                                                               <plug
> inExecution>
> +                                                                    
>    <pluginExecutionFilter>
> +                                                                    
>            <groupId>com.github.eirslett</groupId>
> +                                                                    
>            <artifactId>frontend-maven-plugin</artifactId>
> +                                                                    
>            <versionRange>[1.0.0,)</versionRange>
> +                                                                    
>            <goals>
> +                                                                    
>                    <goal>install-node-and-npm</goal>
> +                                                                    
>                    <goal>npm</goal>
> +                                                                    
>                    <goal>gulp</goal>
> +                                                                    
>            </goals>
> +                                                                    
>    </pluginExecutionFilter>
> +                                                                    
>    <action>
> +                                                                    
>            <ignore />
> +                                                                    
>    </action>
> +                                                               </plu
> ginExecution>
> +                                                       </pluginExecu
> tions>
> +                                               </lifecycleMappingMet
> adata>
> +                                       </configuration>
> +                               </plugin>
> +                       </plugins>
> +               </pluginManagement>


Reply via email to