Skip to content

Commit

Permalink
Updated site
Browse files Browse the repository at this point in the history
  • Loading branch information
Samurai016 committed Jan 31, 2025
1 parent 83fb9d1 commit 8197f25
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/Samurai016/jre-maven-plugin</url>
</repository>
<site>
<id>github</id>
<url>scm:git:git@github.com:Samurai016/jre-maven-plugin.git</url>
</site>
</distributionManagement>

<dependencies>
Expand Down Expand Up @@ -151,6 +155,14 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.21.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<scmBranch>gh-pages</scmBranch>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<bannerLeft>
<name>JRE Maven Plugin</name>
<href>https://github.com/Samurai016/jre-maven-plugin</href>
<href>https://samurai016.github.io/jre-maven-plugin</href>
</bannerLeft>

<body>
Expand Down
6 changes: 3 additions & 3 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
</properties>

<head>
<meta http-equiv='refresh' content='0; URL=/README.html' />
<meta http-equiv='refresh' content='0; URL=/jre-maven-plugin/README.html' />
</head>

<body>
<h1>Redirecting to <a href="/README.html">Home Page</a></h1>
<p>If you are not redirected automatically, follow the <a href="/README.html">link</a>.</p>
<h1>Redirecting to <a href="/jre-maven-plugin/README.html">Home Page</a></h1>
<p>If you are not redirected automatically, follow the <a href="/jre-maven-plugin/README.html">link</a>.</p>
</body>

</document>

0 comments on commit 8197f25

Please sign in to comment.