This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 0ed3b70 Cleanup site gen
0ed3b70 is described below
commit 0ed3b709b1a17ed6981afa967e21025dbf18dd60
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Dec 21 22:27:32 2025 +0100
Cleanup site gen
---
pom.xml | 18 ------------------
src/site/site.xml | 15 ++++-----------
2 files changed, 4 insertions(+), 29 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6b29878..284d055 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,24 +161,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-plugin-report-plugin</artifactId>
- <configuration>
- <requirementsHistories>
- <requirementsHistory>
- <version>3.0.0-alpha-1</version>
- <maven>3.0</maven>
- <jdk>7</jdk>
- </requirementsHistory>
- <requirementsHistory>
- <version>3.0.0</version>
- <maven>3.6.3</maven>
- <jdk>8</jdk>
- </requirementsHistory>
- </requirementsHistories>
- </configuration>
- </plugin>
</plugins>
</pluginManagement>
</build>
diff --git a/src/site/site.xml b/src/site/site.xml
index 8206d0a..8d87ca0 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,22 +19,15 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
- <custom>
- <fluidoSkin>
- <profile>pre-release</profile>
- </fluidoSkin>
- </custom>
-
+<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">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Plugin Documentation" href="plugin-info.html"/>
<item name="Usage" href="usage.html"/>
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
- <item name="License" href="http://www.apache.org/licenses/"/>
+ <item name="License" href="https://www.apache.org/licenses/"/>
<item name="Download" href="download.html"/>
</menu>
<menu name="Examples">
@@ -42,4 +35,4 @@ under the License.
<item name="List Goal" href="examples/example-list.html"/>
</menu>
</body>
-</project>
+</site>