Skip to content

Commit

Permalink
WIP - do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 26, 2024
1 parent 355b3e0 commit 4975bab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@
<X-Compile-Release-JDK>${maven.compiler.release}</X-Compile-Release-JDK>
</manifestEntries>
</archive>
<legacyMode>true</legacyMode>
<notimestamp>true</notimestamp>
<quiet>true</quiet>
<release>${javadoc.java.release.version}</release>
Expand Down Expand Up @@ -942,6 +943,8 @@
</archive>
<!-- don't deploy site with maven-site-plugin (instead use scm publish during release) -->
<skipDeploy>true</skipDeploy>
<!-- Hack for single site builds so site:staging works as expected. Do not use with multi module! -->
<topSiteURL>${project.distributionManagement.site.url}</topSiteURL>
</configuration>
<dependencies>
<!-- For reporting only of versions -->
Expand Down

0 comments on commit 4975bab

Please sign in to comment.