From 63724211baeb7daefae8ad2311ff04ca779087cf Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Tue, 4 Jun 2024 21:21:51 -0400 Subject: [PATCH] [pom] Site still did not release, add scm data to allow it to occur actual issue is all the overrides on release that are not needed. Fall to scm as that is the standard way maven suggests now even though release wants site. The release still won't do it but left instructiosn on here to do this on demand. Takes maybe minute or two. --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 915c5b74..f03e31d3 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,14 @@ HEAD + + + gh-pages + Formatter Maven Plugin GitHub Pages + scm:git:ssh://git@github.com/revelc/formatter-maven-plugin.git + + + ${project.basedir}/src/main/resources/formatter-maven-plugin/eclipse/java.xml true @@ -321,6 +329,16 @@ + + + org.apache.maven.plugins + maven-scm-publish-plugin + 3.2.1 + + gh-pages + true + +