File tree 2 files changed +8
-17
lines changed
2 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,17 @@ limitations under the License.
29
29
<name >Plexus Common Utilities</name >
30
30
<description >A collection of various utility classes to ease working with strings, files, command lines and
31
31
more.</description >
32
+ <url >https://codehaus-plexus.github.io/plexus-utils/</url >
32
33
33
34
<scm >
34
35
<connection >scm:git:https://github.com/codehaus-plexus/plexus-utils.git</connection >
35
36
<developerConnection >${project.scm.connection} </developerConnection >
36
37
<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 >
38
39
</scm >
39
40
<issueManagement >
40
41
<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 >
42
43
</issueManagement >
43
44
<distributionManagement >
44
45
<site >
@@ -77,21 +78,6 @@ limitations under the License.
77
78
</plugins >
78
79
</pluginManagement >
79
80
<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 >
95
81
<plugin >
96
82
<groupId >org.apache.maven.plugins</groupId >
97
83
<artifactId >maven-scm-publish-plugin</artifactId >
Original file line number Diff line number Diff line change 4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd" >
6
6
<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
+
7
12
<menu name =" Overview" >
8
13
<item name =" Introduction" href =" index.html" />
9
14
<item name =" JavaDocs" href =" apidocs/index.html" />
You can’t perform that action at this time.
0 commit comments