File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >plexus-components</artifactId >
6
6
<groupId >org.codehaus.plexus</groupId >
7
- <version >1.3.1 </version >
7
+ <version >4.0-SNAPSHOT </version >
8
8
</parent >
9
9
10
10
<artifactId >plexus-interactivity</artifactId >
14
14
<name >Plexus Interactivity Handler Component</name >
15
15
16
16
<scm >
17
- <
connection >scm
:git:[email protected] :codehaus-plexus/plexus-interactivity.git </
connection >
18
- <
developerConnection >scm
:git:[email protected] :codehaus-plexus/plexus-interactivity.git </
developerConnection >
17
+ <connection >${ scm.url} </connection >
18
+ <developerConnection >${ scm.url} </developerConnection >
19
19
<url >http://github.com/codehaus-plexus/plexus-interactivity</url >
20
20
<tag >HEAD</tag >
21
21
</scm >
22
22
<issueManagement >
23
23
<system >github</system >
24
24
<url >http://github.com/codehaus-plexus/plexus-interactivity/issues</url >
25
25
</issueManagement >
26
+ <distributionManagement >
27
+ <site >
28
+ <id >github:gh-pages</id >
29
+ <url >${scm.url} </url >
30
+ </site >
31
+ </distributionManagement >
26
32
27
- <modules >
33
+ <properties >
34
+ <
scm .url>scm:git:
[email protected] :codehaus-plexus/plexus-interactivity.git</
scm .url>
35
+ </properties >
36
+
37
+ <modules >
28
38
<module >plexus-interactivity-api</module >
29
39
<module >plexus-interactivity-jline</module >
30
40
</modules >
41
+
42
+ <build >
43
+ <plugins >
44
+ <plugin >
45
+ <groupId >org.apache.maven.plugins</groupId >
46
+ <artifactId >maven-site-plugin</artifactId >
47
+ <configuration >
48
+ <topSiteURL >${scm.url} </topSiteURL >
49
+ </configuration >
50
+ </plugin >
51
+ </plugins >
52
+ </build >
53
+
31
54
</project >
You can’t perform that action at this time.
0 commit comments