From 0597d455b852ac0477d05e5a44ef3e2d002238a9 Mon Sep 17 00:00:00 2001 From: Misbah Khan Date: Fri, 29 Sep 2017 15:32:12 -0700 Subject: [PATCH] Update pom.xml Using updated version of maven-plugin-plugin. I learned about this here: https://stackoverflow.com/questions/18999401/basic-maven-plugin-project-not-working-mojo-plugin-descriptors-not-generating The issue is here: https://issues.apache.org/jira/browse/MNG-5346 --- pom.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6cf322..9b4820a 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,32 @@ - + + + org.apache.maven.plugins + maven-plugin-plugin + 3.2 + + mysql-jdbc-compliance + + + + default-descriptor + + descriptor + + process-classes + + + help-descriptor + + helpmojo + + process-classes + + + + maven-compiler-plugin 3.3