diff --git a/generators/app/__snapshots__/generator.spec.ts.snap b/generators/app/__snapshots__/generator.spec.ts.snap index d0c8d5854eb4..93fc696ddd7a 100644 --- a/generators/app/__snapshots__/generator.spec.ts.snap +++ b/generators/app/__snapshots__/generator.spec.ts.snap @@ -500,10 +500,8 @@ exports[`generator - app with default config should match snapshot 1`] = ` "maven-checkstyle-plugin": "'MAVEN-CHECKSTYLE-PLUGIN-VERSION'", "maven-clean-plugin": "'MAVEN-CLEAN-PLUGIN-VERSION'", "maven-compiler-plugin": "'MAVEN-COMPILER-PLUGIN-VERSION'", - "maven-eclipse-plugin": "'MAVEN-ECLIPSE-PLUGIN-VERSION'", "maven-enforcer-plugin": "'MAVEN-ENFORCER-PLUGIN-VERSION'", "maven-failsafe-plugin": "'MAVEN-FAILSAFE-PLUGIN-VERSION'", - "maven-idea-plugin": "'MAVEN-IDEA-PLUGIN-VERSION'", "maven-jar-plugin": "'MAVEN-JAR-PLUGIN-VERSION'", "maven-javadoc-plugin": "'MAVEN-JAVADOC-PLUGIN-VERSION'", "maven-resources-plugin": "'MAVEN-RESOURCES-PLUGIN-VERSION'", @@ -1073,10 +1071,8 @@ exports[`generator - app with gateway should match snapshot 1`] = ` "maven-checkstyle-plugin": "'MAVEN-CHECKSTYLE-PLUGIN-VERSION'", "maven-clean-plugin": "'MAVEN-CLEAN-PLUGIN-VERSION'", "maven-compiler-plugin": "'MAVEN-COMPILER-PLUGIN-VERSION'", - "maven-eclipse-plugin": "'MAVEN-ECLIPSE-PLUGIN-VERSION'", "maven-enforcer-plugin": "'MAVEN-ENFORCER-PLUGIN-VERSION'", "maven-failsafe-plugin": "'MAVEN-FAILSAFE-PLUGIN-VERSION'", - "maven-idea-plugin": "'MAVEN-IDEA-PLUGIN-VERSION'", "maven-jar-plugin": "'MAVEN-JAR-PLUGIN-VERSION'", "maven-javadoc-plugin": "'MAVEN-JAVADOC-PLUGIN-VERSION'", "maven-resources-plugin": "'MAVEN-RESOURCES-PLUGIN-VERSION'", @@ -1646,10 +1642,8 @@ exports[`generator - app with microservice should match snapshot 1`] = ` "maven-checkstyle-plugin": "'MAVEN-CHECKSTYLE-PLUGIN-VERSION'", "maven-clean-plugin": "'MAVEN-CLEAN-PLUGIN-VERSION'", "maven-compiler-plugin": "'MAVEN-COMPILER-PLUGIN-VERSION'", - "maven-eclipse-plugin": "'MAVEN-ECLIPSE-PLUGIN-VERSION'", "maven-enforcer-plugin": "'MAVEN-ENFORCER-PLUGIN-VERSION'", "maven-failsafe-plugin": "'MAVEN-FAILSAFE-PLUGIN-VERSION'", - "maven-idea-plugin": "'MAVEN-IDEA-PLUGIN-VERSION'", "maven-jar-plugin": "'MAVEN-JAR-PLUGIN-VERSION'", "maven-javadoc-plugin": "'MAVEN-JAVADOC-PLUGIN-VERSION'", "maven-resources-plugin": "'MAVEN-RESOURCES-PLUGIN-VERSION'", diff --git a/generators/server/resources/pom.xml b/generators/server/resources/pom.xml index 5d6ebe09cd10..ab4ab22d67d1 100644 --- a/generators/server/resources/pom.xml +++ b/generators/server/resources/pom.xml @@ -40,10 +40,8 @@ 3.3.1 3.3.2 3.12.1 - 2.10 3.4.1 3.2.5 - 2.2.1 3.3.0 3.6.3 3.3.1 @@ -210,11 +208,6 @@ maven-compiler-plugin ${maven-compiler-plugin.version} - - org.apache.maven.plugins - maven-eclipse-plugin - ${maven-eclipse-plugin.version} - org.apache.maven.plugins maven-enforcer-plugin @@ -225,11 +218,6 @@ maven-failsafe-plugin ${maven-failsafe-plugin.version} - - org.apache.maven.plugins - maven-idea-plugin - ${maven-idea-plugin.version} - org.apache.maven.plugins maven-jar-plugin diff --git a/generators/server/templates/pom.xml.ejs b/generators/server/templates/pom.xml.ejs index 88e1782d1395..f5edbaaa1062 100644 --- a/generators/server/templates/pom.xml.ejs +++ b/generators/server/templates/pom.xml.ejs @@ -84,10 +84,8 @@ <%- javaDependencies['maven-checkstyle-plugin'] %> <%- javaDependencies['maven-clean-plugin'] %> <%- javaDependencies['maven-compiler-plugin'] %> - <%- javaDependencies['maven-eclipse-plugin'] %> <%- javaDependencies['maven-enforcer-plugin'] %> <%- javaDependencies['maven-failsafe-plugin'] %> - <%- javaDependencies['maven-idea-plugin'] %> <%- javaDependencies['maven-javadoc-plugin'] %> <%- javaDependencies['maven-jar-plugin'] %> <%- javaDependencies['maven-resources-plugin'] %> @@ -385,10 +383,6 @@ org.apache.maven.plugins maven-javadoc-plugin - - org.apache.maven.plugins - maven-eclipse-plugin - org.apache.maven.plugins maven-enforcer-plugin @@ -397,10 +391,6 @@ org.apache.maven.plugins maven-failsafe-plugin - - org.apache.maven.plugins - maven-idea-plugin - org.apache.maven.plugins maven-resources-plugin @@ -709,15 +699,6 @@ maven-site-plugin ${maven-site-plugin.version} - - org.apache.maven.plugins - maven-eclipse-plugin - ${maven-eclipse-plugin.version} - - true - true - - org.apache.maven.plugins maven-enforcer-plugin @@ -755,14 +736,6 @@ - - org.apache.maven.plugins - maven-idea-plugin - ${maven-idea-plugin.version} - - node_modules - - org.apache.maven.plugins maven-resources-plugin