Skip to content

Commit

Permalink
Merge pull request #903 from hazendaz/main
Browse files Browse the repository at this point in the history
Use maven to deploy site
  • Loading branch information
hazendaz authored Jun 5, 2024
2 parents d5ec19d + 8d33098 commit 40df8d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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
4 changes: 2 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
-->
<project name="${project.name}" xmlns="http://maven.apache.org/site/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<site name="${project.name}" xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
<skin>
<groupId>org.apache.maven.skins</groupId>
Expand Down Expand Up @@ -46,4 +46,4 @@
</menu>
<menu ref="reports" />
</body>
</project>
</site>

0 comments on commit 40df8d4

Please sign in to comment.