From fe92f1f934c1b20fb97b7dad072927f90b60a7b4 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Sun, 21 Jan 2024 15:46:25 -0500 Subject: Fix things --- pom.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 66 insertions(+), 7 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5d972b1..0276ca8 100644 --- a/pom.xml +++ b/pom.xml @@ -2,11 +2,15 @@ 4.0.0 - bjc + com.ashardalon BJCUtils-Parent 2.0-SNAPSHOT pom + + UTF-8 + + @@ -18,18 +22,73 @@ 11 + + + 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-javadoc-plugin + 3.4.0 + + + + maven-surefire-plugin + 2.22.1 + + + maven-changes-plugin + 2.12.1 + + + + - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - + + ashardalon-dav + dav:https://ashardalon.com/projects/bjc-utils2 + + + ashardalon + Ashardalon Snapshots + https://repo.ashardalon.com/snapshots + - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + ashardalon + Ashardalon Releases + https://repo.ashardalon.com/releases + + + ashardalon-forge + Ashardalon Forge + https://repo.ashardalon.com + + true + + + true + + + base -- cgit v1.2.3