Skip to content

Commit

Permalink
[pom] For now override site to proper one for site xsd and let maven …
Browse files Browse the repository at this point in the history
…release the site

site xsd is for version 4 of the site rather than legacy decoration usage.

Site did not auto release with 2.24.0.  Looks like it was manual before.  Maven site plugin with this repo type works out of the box.  Let the default work rather than very old unsupported github site plugin.  This is true on single module builds.  Multi module still have site issues when running natively.
  • Loading branch information
hazendaz committed Jun 5, 2024
1 parent 88cad26 commit 8d33098
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
<javadoc.doclint>all</javadoc.doclint>
<maven.compiler.release>17</maven.compiler.release>

<!-- Remove the following after next parent update -->
<version.maven-fluido-skin>2.0.0-M9</version.maven-fluido-skin>
<version.maven-site-plugin>4.0.0-M15</version.maven-site-plugin>
<maven.site.deploy.skip>false</maven.site.deploy.skip>

<!-- Allow newer invoker for higher jdk support -->
<version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin>
</properties>
Expand Down

0 comments on commit 8d33098

Please sign in to comment.