Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ limitations under the License.
<gpg.useagent>true</gpg.useagent>
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
<mavenPluginToolsVersion>3.13.1</mavenPluginToolsVersion>
<mavenFluidoSkinVersion>1.12.0</mavenFluidoSkinVersion>
<mavenFluidoSkinVersion>2.0.0-M10</mavenFluidoSkinVersion>
<mavenSurefireVersion>3.4.0</mavenSurefireVersion>
<junit5Version>5.11.0</junit5Version>
<spotless.action>check</spotless.action>
Expand Down Expand Up @@ -539,7 +539,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>3.20.0</version>
<configuration>
<!-- don't deploy site with maven-site-plugin -->
<skipDeploy>true</skipDeploy>
Expand Down
15 changes: 7 additions & 8 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<project name="Plexus Container" xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
<bannerLeft>
<name>Plexus</name>
<href>https://codehaus-plexus.github.io/</href>
<src>https://codehaus-plexus.github.io/images/plexus-logo-trans.png</src>
<site 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">

<bannerLeft href="https://codehaus-plexus.github.io/">
<image src="https://codehaus-plexus.github.io/images/plexus-logo-trans.png" alt="Plexus" />
</bannerLeft>

<skin>
Expand Down Expand Up @@ -34,7 +33,7 @@
</fluidoSkin>
</custom>

<publishDate format="yyyy-MM-dd" position="right" />
<publishDate position="right" />
<version position="right" />

<body>
Expand Down Expand Up @@ -75,4 +74,4 @@
<item name="Plexus XML" href="https://codehaus-plexus.github.io/plexus-xml/" />
</menu>
</body>
</project>
</site>