From 8aa0b86015cd082502029161eda62f356ffe364d Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Sun, 24 Dec 2023 14:29:13 -0500 Subject: Configure deploy to work correctly --- pom.xml | 65 ++++++++++++++++++++++++++++++------------------------- src/site/site.xml | 4 ++++ 2 files changed, 39 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 662d5d2..b46be38 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.github.bculkin2442 + com.ashardalon esodata 2.0-SNAPSHOT jar @@ -14,7 +14,7 @@ Ben Culkin scorpress@gmail.com - https://github.com/bculkin2442 + https://ashardalon.com @@ -64,6 +64,7 @@ ${surefireArgLine} + 0 @@ -81,6 +82,13 @@ maven-site-plugin 3.7.1 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.5.3 + + maven-project-info-reports-plugin @@ -112,28 +120,6 @@ org.codehaus.mojo exec-maven-plugin 1.6.0 - - - - - Site Copy - post-site - - exec - - - rsync - - -av - --delete - target/site/ - docs/ - - - - org.jacoco @@ -264,13 +250,32 @@ - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - + + ashardalon-dav + dav:https://ashardalon.com/projects/esodata + + + ashardalon + Ashardalon Snapshots + http://ashardalon.com:8080/snapshots + - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + ashardalon + Ashardalon Releases + http://ashardalon.com:8080/releases + + + ashardalon-forge + Ashardalon Forge + http://ashardalon.com:8080/ + + true + + + true + + + diff --git a/src/site/site.xml b/src/site/site.xml index d41fea2..ab75aad 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,2 +1,6 @@ + + + + -- cgit v1.2.3