Skip to content

Commit a9a1632

Browse files
committed
pom.mxl and site.xml cleanup
1 parent acde33f commit a9a1632

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

pom.xml

+3-17
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ limitations under the License.
2929
<name>Plexus Common Utilities</name>
3030
<description>A collection of various utility classes to ease working with strings, files, command lines and
3131
more.</description>
32+
<url>https://codehaus-plexus.github.io/plexus-utils/</url>
3233

3334
<scm>
3435
<connection>scm:git:https://github.com/codehaus-plexus/plexus-utils.git</connection>
3536
<developerConnection>${project.scm.connection}</developerConnection>
3637
<tag>master</tag>
37-
<url>https://github.com/codehaus-plexus/plexus-utils/tree/master/</url>
38+
<url>https://github.com/codehaus-plexus/plexus-utils/tree/${project.scm.tag}/</url>
3839
</scm>
3940
<issueManagement>
4041
<system>github</system>
41-
<url>http://github.com/codehaus-plexus/plexus-utils/issues</url>
42+
<url>https://github.com/codehaus-plexus/plexus-utils/issues</url>
4243
</issueManagement>
4344
<distributionManagement>
4445
<site>
@@ -77,21 +78,6 @@ limitations under the License.
7778
</plugins>
7879
</pluginManagement>
7980
<plugins>
80-
<plugin>
81-
<artifactId>maven-compiler-plugin</artifactId>
82-
<executions>
83-
<execution>
84-
<id>default-compile</id>
85-
<goals>
86-
<goal>compile</goal>
87-
</goals>
88-
<configuration>
89-
<source>1.8</source>
90-
<target>1.8</target>
91-
</configuration>
92-
</execution>
93-
</executions>
94-
</plugin>
9581
<plugin>
9682
<groupId>org.apache.maven.plugins</groupId>
9783
<artifactId>maven-scm-publish-plugin</artifactId>

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="Plexus Utils" href="https://codehaus-plexus.github.io/plexus-utils/"/>
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)