From fe92f1f934c1b20fb97b7dad072927f90b60a7b4 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Sun, 21 Jan 2024 15:46:25 -0500 Subject: Fix things --- .gitignore | 1 + base/pom.xml | 49 +++---------------------------------- clformat/pom.xml | 47 ++++------------------------------- commander/pom.xml | 4 +-- pom.xml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++------ 5 files changed, 77 insertions(+), 97 deletions(-) diff --git a/.gitignore b/.gitignore index 27bacfc..303da4b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ HTML/ ID *.ps +target/ diff --git a/base/pom.xml b/base/pom.xml index cae055c..ace8bf7 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - bjc + com.ashardalon BJCUtils-Parent 2.0-SNAPSHOT @@ -17,52 +17,9 @@ - ${surefireArgLine} + 0 - - org.jacoco - jacoco-maven-plugin - 0.8.2 - - - - pre-unit-test - - prepare-agent - - - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - - ${project.reporting.outputDirectory}/jacoco-ut - - - - maven-compiler-plugin 3.8.0 @@ -148,7 +105,7 @@ - io.github.bculkin2442 + com.ashardalon esodata 2.0-SNAPSHOT diff --git a/clformat/pom.xml b/clformat/pom.xml index 47439f6..324d119 100644 --- a/clformat/pom.xml +++ b/clformat/pom.xml @@ -4,8 +4,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + com.ashardalon BJCUtils-Parent - bjc 2.0-SNAPSHOT @@ -25,17 +25,17 @@ 4.13.1 - bjc + com.ashardalon BJC-Utils2 2.0-SNAPSHOT - bjc + com.ashardalon inflexion 2.0-SNAPSHOT - io.github.bculkin2442 + com.ashardalon esodata 2.0-SNAPSHOT @@ -65,46 +65,9 @@ maven-surefire-plugin - ${surefireArgLine} + 0 - - org.jacoco - jacoco-maven-plugin - 0.8.2 - - - - pre-unit-test - - prepare-agent - - - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - - ${project.reporting.outputDirectory}/jacoco-ut - - - - diff --git a/commander/pom.xml b/commander/pom.xml index c764012..fc0aed9 100644 --- a/commander/pom.xml +++ b/commander/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - bjc + com.ashardalon BJCUtils-Parent 2.0-SNAPSHOT @@ -26,7 +26,7 @@ test - bjc + com.ashardalon BJC-Utils2 2.0-SNAPSHOT jar 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