Skip to content

Commit

Permalink
Maven dependency updates
Browse files Browse the repository at this point in the history
Also defined skin for generated site reports
  • Loading branch information
andy-miles committed Oct 10, 2024
1 parent 0c38626 commit 639fe52
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -100,7 +100,7 @@
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
<extensions>true</extensions>
<configuration>
<autoPublish>false</autoPublish>
Expand All @@ -118,7 +118,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.javadoc.plugin.version>3.8.0</maven.javadoc.plugin.version>
<maven.javadoc.plugin.version>3.10.1</maven.javadoc.plugin.version>
<okhttp.version>4.12.0</okhttp.version>
</properties>

Expand Down Expand Up @@ -204,7 +204,7 @@
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>3.0.61</version>
<version>3.0.62</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -249,7 +249,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.5</version>
<version>4.6</version>
<configuration>
<properties>
<owner>Andy Miles</owner>
Expand Down Expand Up @@ -287,6 +287,11 @@

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.20.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
Expand Down
11 changes: 11 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<project>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.12.0</version>
</skin>
<body>
<menu ref="reports"/>
<footer><![CDATA[Copyright &#169; 2024 <a href="https://www.amilesend.com">Andy Miles</a>. All rights reserved.]]></footer>
</body>
</project>

0 comments on commit 639fe52

Please sign in to comment.