From 74515bf603e8d158bac544c3bb4a3e27c41260bc Mon Sep 17 00:00:00 2001 From: Alexandr Sidorov Date: Wed, 10 Feb 2021 16:21:44 +0300 Subject: [PATCH] Replace pom file to a correct one --- pom.xml | 85 +++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 62 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 73ed6b8..b7d38c8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,41 +5,80 @@ 4.0.0 com.db - hw + hw-executable 1.0-SNAPSHOT + hw-executable + + edu.hw.db.com + UTF-8 - 1.8 - 1.8 - 4.12 + 1.7 + 1.7 - - - - org.apache.maven.plugins - maven-jar-plugin - - - - - com.db.App - - - - - - - - junit junit - 4.12 + 4.11 test + + + + + + maven-clean-plugin + 3.1.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-surefire-plugin + 2.22.1 + + + maven-jar-plugin + 3.1.0 + + + + true + lib/ + com.db.edu.hw.App + + + + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + maven-site-plugin + 3.7.1 + + + maven-project-info-reports-plugin + 3.0.0 + + + +