@@ -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, XML and
31
31
more.</description >
32
+ <url >https://codehaus-plexus.github.io/plexus-utils/</url >
32
33
33
34
<scm >
34
- <connection >scm:git:git@ github.com: codehaus-plexus/plexus-utils.git</connection >
35
- <
developerConnection >scm
:git:[email protected] :codehaus-plexus/plexus-utils.git </
developerConnection >
35
+ <connection >scm:git:https:// github.com/ codehaus-plexus/plexus-utils.git</connection >
36
+ <developerConnection >${project. scm.connection} </developerConnection >
36
37
<tag >plexus-utils-3.5.0</tag >
37
- <url >http ://github.com/codehaus-plexus/plexus-utils</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 >
@@ -73,35 +74,7 @@ limitations under the License.
73
74
</dependencies >
74
75
75
76
<build >
76
- <pluginManagement >
77
- <plugins >
78
- <plugin >
79
- <groupId >org.apache.maven.plugins</groupId >
80
- <artifactId >maven-resources-plugin</artifactId >
81
- <!--
82
- maven totally change his way to copy symlink
83
- this mean the symlink is copied as a symlink and not anymore as a new file
84
- https://issues.apache.org/jira/browse/MRESOURCES-237
85
- -->
86
- <version >2.7</version >
87
- </plugin >
88
- </plugins >
89
- </pluginManagement >
90
77
<plugins >
91
- <plugin >
92
- <artifactId >maven-compiler-plugin</artifactId >
93
- <executions >
94
- <execution >
95
- <id >default-compile</id >
96
- <goals >
97
- <goal >compile</goal >
98
- </goals >
99
- <configuration >
100
- <release >8</release >
101
- </configuration >
102
- </execution >
103
- </executions >
104
- </plugin >
105
78
<plugin >
106
79
<groupId >org.apache.maven.plugins</groupId >
107
80
<artifactId >maven-scm-publish-plugin</artifactId >
0 commit comments