From bbc666edbaf425c568567e00a335f6a4feceef09 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Wed, 31 Jan 2024 19:59:49 -0500 Subject: Tweak things --- JPratt/pom.xml | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 71 insertions(+), 5 deletions(-) (limited to 'JPratt/pom.xml') diff --git a/JPratt/pom.xml b/JPratt/pom.xml index 8f1a92c..78865f3 100644 --- a/JPratt/pom.xml +++ b/JPratt/pom.xml @@ -1,11 +1,14 @@ 4.0.0 - bjc + com.ashardalon JPratt 0.0.2-SNAPSHOT JPratt Pratt parser in java + + UTF-8 + src/main/java @@ -13,8 +16,8 @@ maven-compiler-plugin 3.5.1 - 1.17 - 1.17 + 11 + 11 @@ -27,13 +30,76 @@ + + maven-site-plugin + 3.7.1 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.5.3 + + + + + + maven-project-info-reports-plugin + 3.0.0 + - bjc + com.ashardalon BJC-Utils2 2.0-SNAPSHOT - \ No newline at end of file + + + + 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/jpratt + + + 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