From 444ec37dd69191c2438ec1522f7e76d6657d047a Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Wed, 31 Jan 2024 19:52:13 -0500 Subject: Tweak POM to work right --- .gitignore | 1 + base/pom.xml | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---- dice/pom.xml | 6 ++--- pom.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 142 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 926582e..66e814c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.dice-lang.swp /.DS_Store tags +.settings diff --git a/base/pom.xml b/base/pom.xml index ab1c4f9..b0854d1 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - bjc + com.ashardalon dicelang-parent 2.0-SNAPSHOT @@ -87,6 +87,23 @@ + + + maven-site-plugin + 3.7.1 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.5.3 + + + + + + maven-project-info-reports-plugin + 3.0.0 + @@ -107,23 +124,69 @@ JLine Project Repository http://jline.sourceforge.net/m2repo + + ashardalon-forge + Ashardalon Forge + https://repo.ashardalon.com + + true + + + true + + + + + + ashardalon-dav + dav:https://ashardalon.com/projects/bjc-utils2 + + + ashardalon + Ashardalon Snapshots + https://repo.ashardalon.com/snapshots + + + ashardalon + Ashardalon Releases + https://repo.ashardalon.com/releases + + + + + + + maven-javadoc-plugin + 3.4.0 + + + + maven-surefire-plugin + 2.22.1 + + + maven-changes-plugin + 2.12.1 + + + - bjc + com.ashardalon BJC-Utils2 2.0-SNAPSHOT - bjc + com.ashardalon dicelang-dice 2.0-SNAPSHOT - bjc + com.ashardalon dicelang-scl 2.0-SNAPSHOT diff --git a/dice/pom.xml b/dice/pom.xml index af1d24b..5f8d13e 100644 --- a/dice/pom.xml +++ b/dice/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - bjc + com.ashardalon dicelang-parent 2.0-SNAPSHOT @@ -27,12 +27,12 @@ 4.13.1 - bjc + com.ashardalon BJC-Utils2 2.0-SNAPSHOT - io.github.bculkin2442 + com.ashardalon esodata 2.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index bbc2331..77c3f7b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,34 @@ 4.0.0 - bjc + com.ashardalon dicelang-parent 2.0-SNAPSHOT pom + + UTF-8 + + + + 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 @@ -47,8 +68,56 @@ + + + + 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/dicelang + + + 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 + + + + - base + base dice -- cgit v1.2.3