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 From 90fc7ae4bef3d566a7b30f043a21f6d2eea33436 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Wed, 31 Jan 2024 19:52:53 -0500 Subject: Tweak POM formatting --- pom.xml | 68 +++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 35 insertions(+), 33 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0276ca8..90330ca 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 com.ashardalon @@ -7,9 +9,9 @@ 2.0-SNAPSHOT pom - + UTF-8 - + @@ -26,13 +28,13 @@ maven-site-plugin 3.7.1 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 3.5.3 - - + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.5.3 + + @@ -61,38 +63,38 @@ - - ashardalon-dav - dav:https://ashardalon.com/projects/bjc-utils2 - - + + ashardalon-dav + dav:https://ashardalon.com/projects/bjc-utils2 + + ashardalon - Ashardalon Snapshots + Ashardalon Snapshots https://repo.ashardalon.com/snapshots - + ashardalon - Ashardalon Releases + Ashardalon Releases https://repo.ashardalon.com/releases - - - ashardalon-forge - Ashardalon Forge - https://repo.ashardalon.com - - true - - - true - - - + + + ashardalon-forge + Ashardalon Forge + https://repo.ashardalon.com + + true + + + true + + + base clformat - commander - + commander + -- cgit v1.2.3