Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh Maven site #161

Merged
merged 1 commit into from
May 1, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.

<name>Plexus</name>
<description>The Plexus project provides a full software stack for creating and executing software projects.</description>
<url>https://codehaus-plexus.github.io/</url>
<url>https://codehaus-plexus.github.io/plexus-pom/</url>
<inceptionYear>2001</inceptionYear>
<organization>
<name>Codehaus Plexus</name>
Expand Down Expand Up @@ -280,15 +280,17 @@ limitations under the License.
</mailingLists>

<scm>
<connection>scm:git:git@github.com:codehaus-plexus/plexus-pom.git</connection>
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-pom.git</developerConnection>
<url>https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/</url>
<connection>scm:git:https://github.com/codehaus-plexus/plexus-pom.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
<url>https://github.com/codehaus-plexus/plexus-pom/tree/master/</url>
<tag>master</tag>
</scm>

<issueManagement>
<system>github</system>
<url>https://github.com/codehaus-plexus/plexus-pom/issues</url>
</issueManagement>

<distributionManagement>
<repository>
<id>plexus-releases</id>
Expand All @@ -300,9 +302,10 @@ limitations under the License.
<name>Plexus Snapshot Repository</name>
<url>${plexusDistMgmtSnapshotsUrl}</url>
</snapshotRepository>
<!-- site distribution management must be override in child projects -->
<site>
<id>github:gh-pages</id>
<url>scm:git:git@github.com:codehaus-plexus</url><!-- url used only for inheritance -->
<url>${project.scm.developerConnection}</url>
</site>
</distributionManagement>

Expand All @@ -315,6 +318,7 @@ limitations under the License.
<project.build.outputTimestamp>2022-06-09T20:48:10Z</project.build.outputTimestamp>
<gpg.useagent>true</gpg.useagent>
<mavenPluginToolsVersion>3.8.2</mavenPluginToolsVersion>
<mavenFluidoSkinVersion>1.11.2</mavenFluidoSkinVersion>
</properties>

<dependencyManagement>
Expand Down
45 changes: 22 additions & 23 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
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>http://codehaus-plexus.github.io/</href>
<src>/images/plexus-logo-trans.png</src>
<href>https://codehaus-plexus.github.io/</href>
<src>https://codehaus-plexus.github.io/images/plexus-logo-trans.png</src>
</bannerLeft>

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.11.0</version>
<version>${mavenFluidoSkinVersion}</version>
</skin>

<edit>${project.scm.url}</edit>
Expand All @@ -28,9 +28,8 @@
</matomo>
<fluidoSkin>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
<googlePlusOne />
<googleSearch>
<sitesearch>http://codehaus-plexus.github.io/</sitesearch>
<sitesearch>https://codehaus-plexus.github.io/</sitesearch>
</googleSearch>
</fluidoSkin>
</custom>
Expand All @@ -40,7 +39,7 @@

<body>
<breadcrumbs>
<item name="Plexus" href="/"/>
<item name="Plexus" href="../"/>
</breadcrumbs>

<menu name="Overview">
Expand All @@ -51,27 +50,27 @@
<menu ref="reports" inherit="bottom" />

<menu name="Plexus Projects" inherit="bottom">
<item name="Modello" href="/modello/" />
<item name="Plexus Classworlds" href="/plexus-classworlds/" />
<item name="Modello" href="../modello/" />
<item name="Plexus Classworlds" href="../plexus-classworlds/" />
<item name="Plexus Components">
<item name="Plexus Archiver" href="/plexus-archiver/"/>
<item name="Plexus CLI" href="/plexus-cli/"/>
<item name="Plexus Compiler" href="/plexus-compiler/"/>
<item name="Plexus Digest" href="/plexus-digest/"/>
<item name="Plexus i18n" href="/plexus-i18n/"/>
<item name="Plexus Interactivity" href="/plexus-interactivity/"/>
<item name="Plexus Interpolation" href="/plexus-interpolation/"/>
<item name="Plexus IO" href="/plexus-io/"/>
<item name="Plexus Languages" href="/plexus-languages/"/>
<item name="Plexus Resources" href="/plexus-resources/"/>
<item name="Plexus Swizzle" href="/plexus-swizzle/"/>
<item name="Plexus Velocity" href="/plexus-velocity/"/>
<item name="Plexus Archiver" href="../plexus-archiver/"/>
<item name="Plexus CLI" href="../plexus-cli/"/>
<item name="Plexus Compiler" href="../plexus-compiler/"/>
<item name="Plexus Digest" href="../plexus-digest/"/>
<item name="Plexus i18n" href="../plexus-i18n/"/>
<item name="Plexus Interactivity" href="../plexus-interactivity/"/>
<item name="Plexus Interpolation" href="../plexus-interpolation/"/>
<item name="Plexus IO" href="../plexus-io/"/>
<item name="Plexus Languages" href="../plexus-languages/"/>
<item name="Plexus Resources" href="../plexus-resources/"/>
<item name="Plexus Swizzle" href="../plexus-swizzle/"/>
<item name="Plexus Velocity" href="../plexus-velocity/"/>
</item>
<item name="Plexus Parent POMs">
<item name="Plexus" href="/plexus-pom/"/>
<item name="Plexus Components" href="/plexus-components/"/>
<item name="Plexus" href="/"/>
<item name="Plexus Components" href="../plexus-components/"/>
</item>
<item name="Plexus Utils" href="/plexus-utils/" />
<item name="Plexus Utils" href="../plexus-utils/" />
</menu>
</body>
</project>