Skip to content

Commit c083299

Browse files
committed
pom.mxl and site.xml cleanup
1 parent 62f50bc commit c083299

File tree

2 files changed

+9
-81
lines changed

2 files changed

+9
-81
lines changed

Diff for: pom.xml

+4-81
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,17 @@ limitations under the License.
2828

2929
<name>Plexus XML Utilities</name>
3030
<description>A collection of various utility classes to ease working with XML.</description>
31+
<url>https://codehaus-plexus.github.io/plexus-xml/</url>
3132

3233
<scm>
3334
<connection>scm:git:https://github.com/codehaus-plexus/plexus-xml.git</connection>
3435
<developerConnection>${project.scm.connection}</developerConnection>
3536
<tag>master</tag>
36-
<url>https://github.com/codehaus-plexus/plexus-xml/tree/master/</url>
37+
<url>https://github.com/codehaus-plexus/plexus-xml/tree/${project.scm.tag}/</url>
3738
</scm>
3839
<issueManagement>
3940
<system>github</system>
40-
<url>http://github.com/codehaus-plexus/plexus-xml/issues</url>
41+
<url>https://github.com/codehaus-plexus/plexus-xml/issues</url>
4142
</issueManagement>
4243
<distributionManagement>
4344
<site>
@@ -48,6 +49,7 @@ limitations under the License.
4849

4950
<properties>
5051
<project.build.outputTimestamp>2023-05-22T15:08:30Z</project.build.outputTimestamp>
52+
<javaVersion>8</javaVersion>
5153
</properties>
5254

5355
<dependencies>
@@ -79,64 +81,14 @@ limitations under the License.
7981
<build>
8082
<pluginManagement>
8183
<plugins>
82-
<plugin>
83-
<groupId>org.apache.maven.plugins</groupId>
84-
<artifactId>maven-enforcer-plugin</artifactId>
85-
<version>3.3.0</version>
86-
</plugin>
87-
<plugin>
88-
<groupId>org.apache.maven.plugins</groupId>
89-
<artifactId>maven-resources-plugin</artifactId>
90-
<version>3.3.1</version>
91-
</plugin>
9284
<plugin>
9385
<groupId>org.apache.maven.plugins</groupId>
9486
<artifactId>maven-surefire-plugin</artifactId>
9587
<version>3.0.0</version>
9688
</plugin>
97-
<plugin>
98-
<groupId>org.apache.maven.plugins</groupId>
99-
<artifactId>maven-compiler-plugin</artifactId>
100-
<version>3.11.0</version>
101-
</plugin>
10289
</plugins>
10390
</pluginManagement>
10491
<plugins>
105-
<plugin>
106-
<groupId>org.apache.maven.plugins</groupId>
107-
<artifactId>maven-enforcer-plugin</artifactId>
108-
<executions>
109-
<execution>
110-
<id>enforce-maven</id>
111-
<goals>
112-
<goal>enforce</goal>
113-
</goals>
114-
<configuration>
115-
<rules>
116-
<requireMavenVersion>
117-
<version>3.2.5</version>
118-
<message>This project requires at least Maven 3.2.5</message>
119-
</requireMavenVersion>
120-
</rules>
121-
</configuration>
122-
</execution>
123-
</executions>
124-
</plugin>
125-
<plugin>
126-
<artifactId>maven-compiler-plugin</artifactId>
127-
<executions>
128-
<execution>
129-
<id>default-compile</id>
130-
<goals>
131-
<goal>compile</goal>
132-
</goals>
133-
<configuration>
134-
<source>1.8</source>
135-
<target>1.8</target>
136-
</configuration>
137-
</execution>
138-
</executions>
139-
</plugin>
14092
<plugin>
14193
<groupId>org.apache.maven.plugins</groupId>
14294
<artifactId>maven-scm-publish-plugin</artifactId>
@@ -175,33 +127,4 @@ limitations under the License.
175127
</plugin>
176128
</plugins>
177129
</build>
178-
179-
<profiles>
180-
<profile>
181-
<id>jdk9+</id>
182-
<activation>
183-
<jdk>[9,)</jdk>
184-
</activation>
185-
<build>
186-
<pluginManagement>
187-
<plugins>
188-
<plugin>
189-
<artifactId>maven-compiler-plugin</artifactId>
190-
<executions>
191-
<execution>
192-
<id>compile-java-9</id>
193-
<goals>
194-
<goal>compile</goal>
195-
</goals>
196-
<configuration>
197-
<release>8</release>
198-
</configuration>
199-
</execution>
200-
</executions>
201-
</plugin>
202-
</plugins>
203-
</pluginManagement>
204-
</build>
205-
</profile>
206-
</profiles>
207130
</project>

Diff for: src/site/site.xml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
66
<body>
7+
<breadcrumbs>
8+
<item name="Plexus" href="https://codehaus-plexus.github.io/"/>
9+
<item name="XML" href="https://codehaus-plexus.github.io/plexus-xml/"/>
10+
</breadcrumbs>
11+
712
<menu name="Overview">
813
<item name="Introduction" href="index.html"/>
914
<item name="JavaDocs" href="apidocs/index.html"/>

0 commit comments

Comments
 (0)