@@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >org.codehaus.plexus</groupId >
24
24
<artifactId >plexus</artifactId >
25
- <version >3.3.1 </version >
25
+ <version >4.0-SNAPSHOT </version >
26
26
</parent >
27
27
28
28
<artifactId >plexus-utils</artifactId >
@@ -32,7 +32,6 @@ limitations under the License.
32
32
<description >A collection of various utility classes to ease working with strings, files, command lines, XML and
33
33
more.
34
34
</description >
35
- <url >http://plexus.codehaus.org/plexus-utils</url >
36
35
37
36
<scm >
38
37
<
connection >scm:git:
[email protected] :codehaus-plexus/plexus-utils.git</
connection >
@@ -41,9 +40,15 @@ limitations under the License.
41
40
<tag >HEAD</tag >
42
41
</scm >
43
42
<issueManagement >
44
- <system >JIRA </system >
45
- <url >http://jira. codehaus.org/browse/PLXUTILS </url >
43
+ <system >github </system >
44
+ <url >http://github.com/ codehaus-plexus/plexus-utils/issues </url >
46
45
</issueManagement >
46
+ <distributionManagement >
47
+ <site >
48
+ <id >github:gh-pages</id >
49
+ <url >${project.scm.developerConnection} </url >
50
+ </site >
51
+ </distributionManagement >
47
52
48
53
<dependencies >
49
54
<dependency >
@@ -55,6 +60,22 @@ limitations under the License.
55
60
</dependencies >
56
61
<build >
57
62
<plugins >
63
+ <plugin >
64
+ <groupId >org.apache.maven.plugins</groupId >
65
+ <artifactId >maven-scm-publish-plugin</artifactId >
66
+ <configuration >
67
+ <content >${project.reporting.outputDirectory} </content ><!-- mono-module doesn't require site:stage -->
68
+ </configuration >
69
+ <executions >
70
+ <execution >
71
+ <id >scm-publish</id >
72
+ <phase >site-deploy</phase ><!-- deploy site with maven-scm-publish-plugin -->
73
+ <goals >
74
+ <goal >publish-scm</goal >
75
+ </goals >
76
+ </execution >
77
+ </executions >
78
+ </plugin >
58
79
<plugin >
59
80
<groupId >org.apache.maven.plugins</groupId >
60
81
<artifactId >maven-surefire-plugin</artifactId >
0 commit comments