From c04ab89a4192ad56a92161469eaa1389ee7a2cfb Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Wed, 31 Jan 2024 19:18:05 -0500 Subject: Tweak pom to work with the new setup --- CSMath/.gitignore | 1 + CSMath/pom.xml | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 70 insertions(+), 2 deletions(-) diff --git a/CSMath/.gitignore b/CSMath/.gitignore index 09e3bc9..20d6611 100644 --- a/CSMath/.gitignore +++ b/CSMath/.gitignore @@ -1,2 +1,3 @@ /bin/ /target/ +.settings diff --git a/CSMath/pom.xml b/CSMath/pom.xml index 577aad2..b1f8fbd 100644 --- a/CSMath/pom.xml +++ b/CSMath/pom.xml @@ -1,13 +1,32 @@ 4.0.0 - bjc + com.ashardalon CSMath 0.0.2-SNAPSHOT CSMath Projects from Advanced CS Math class + + UTF-8 + src + + maven-site-plugin + 3.7.1 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.5.3 + + + + + + maven-project-info-reports-plugin + 3.0.0 + maven-compiler-plugin 3.8.0 @@ -20,9 +39,57 @@ - bjc + com.ashardalon BJC-Utils2 2.0-SNAPSHOT + + + + + maven-javadoc-plugin + 3.4.0 + + + + maven-surefire-plugin + 2.22.1 + + + maven-changes-plugin + 2.12.1 + + + + + + + ashardalon-dav + dav:https://ashardalon.com/projects/csmath + + + ashardalon + Ashardalon Snapshots + https://repo.ashardalon.com/snapshots + + + ashardalon + Ashardalon Releases + https://repo.ashardalon.com/releases + + + + + ashardalon-forge + Ashardalon Forge + https://repo.ashardalon.com + + true + + + true + + + -- cgit v1.2.3