Update plugins in Lifecycle Mapping for CLAMP 18/121718/3
authorliamfallon <liam.fallon@est.tech>
Mon, 7 Jun 2021 14:49:46 +0000 (15:49 +0100)
committerliamfallon <liam.fallon@est.tech>
Mon, 7 Jun 2021 15:06:53 +0000 (16:06 +0100)
The lowest version in the lifecycle mapping for the
hibernate52-ddl-maven-plugin was 2.3.0, it should have been 2.2.0.

The plugin for npm is added.

Issue-ID: POLICY-3258
Change-Id: I63d997b57c68830bc3dca2b2d62e950d2042c0d1
Signed-off-by: liamfallon <liam.fallon@est.tech>
integration/pom.xml

index d803da8..8a6d4de 100644 (file)
                                             <pluginExecutionFilter>
                                                 <groupId>de.jpdigital</groupId>
                                                 <artifactId>hibernate52-ddl-maven-plugin</artifactId>
-                                                <versionRange>[2.3.0,)</versionRange>
+                                                <versionRange>[2.2.0,)</versionRange>
                                                 <goals>
                                                     <goal>gen-ddl</goal>
                                                 </goals>
                                                 <ignore />
                                             </action>
                                         </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>com.github.eirslett</groupId>
+                                                <artifactId>frontend-maven-plugin</artifactId>
+                                                <versionRange>[1.11.0,)</versionRange>
+                                                <goals>
+                                                    <goal>npm</goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
                                     </pluginExecutions>
                                 </lifecycleMappingMetadata>
                             </configuration>