@@ -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, XML and
3131 more.</description >
32+ <url >https://codehaus-plexus.github.io/plexus-utils/</url >
3233
3334 <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 >
3637 <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 >
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 >
@@ -73,35 +74,7 @@ limitations under the License.
7374 </dependencies >
7475
7576 <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 >
9077 <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 >
10578 <plugin >
10679 <groupId >org.apache.maven.plugins</groupId >
10780 <artifactId >maven-scm-publish-plugin</artifactId >
0 commit comments