Skip to content

Commit cbe17c9

Browse files
committed
pom.mxl and site.xml cleanup
1 parent 7da7c1b commit cbe17c9

File tree

2 files changed

+12
-84
lines changed

2 files changed

+12
-84
lines changed

pom.xml

Lines changed: 7 additions & 84 deletions
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 in Maven 3.</description>
31+
<url>https://codehaus-plexus.github.io/plexus-xml/</url>
3132

3233
<scm>
33-
<connection>scm:git:git@github.com:codehaus-plexus/plexus-xml.git</connection>
34-
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-xml.git</developerConnection>
34+
<connection>scm:git:https://github.com/codehaus-plexus/plexus-xml.git</connection>
35+
<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-xml.git</developerConnection>
3536
<tag>3.x</tag>
36-
<url>http://github.com/codehaus-plexus/plexus-xml</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>
@@ -47,7 +48,8 @@ limitations under the License.
4748
</distributionManagement>
4849

4950
<properties>
50-
<project.build.outputTimestamp>2023-03-02T01:23:19Z</project.build.outputTimestamp>
51+
<project.build.outputTimestamp>2023-05-22T15:08:30Z</project.build.outputTimestamp>
52+
<javaVersion>8</javaVersion>
5153
</properties>
5254

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

src/site/site.xml

Lines changed: 5 additions & 0 deletions
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)