From 0f676f68c13d5e18864f7bc9f4a022ff6291ff22 Mon Sep 17 00:00:00 2001 From: Kostya Date: Wed, 22 Jul 2026 09:21:23 +0000 Subject: project bootstrap --- ex1/pom.xml | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 ex1/pom.xml (limited to 'ex1/pom.xml') diff --git a/ex1/pom.xml b/ex1/pom.xml new file mode 100644 index 0000000..3962137 --- /dev/null +++ b/ex1/pom.xml @@ -0,0 +1,90 @@ + + + 4.0.0 + + com.reflection.api + ex1 + 1.0-SNAPSHOT + + ex1 + + http://www.example.com + + + UTF-8 + 17 + + + + + + org.junit + junit-bom + 5.11.0 + pom + import + + + + + + + org.junit.jupiter + junit-jupiter-api + test + + + + org.junit.jupiter + junit-jupiter-params + test + + + + + + + + + maven-clean-plugin + 3.4.0 + + + + maven-resources-plugin + 3.3.1 + + + maven-compiler-plugin + 3.13.0 + + + maven-surefire-plugin + 3.3.0 + + + maven-jar-plugin + 3.4.2 + + + maven-install-plugin + 3.1.2 + + + maven-deploy-plugin + 3.1.2 + + + + maven-site-plugin + 3.12.1 + + + maven-project-info-reports-plugin + 3.6.1 + + + + + -- cgit v1.2.3