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 44 <parent >
55 <artifactId >plexus-components</artifactId >
66 <groupId >org.codehaus.plexus</groupId >
7- <version >1.3.1 </version >
7+ <version >4.0-SNAPSHOT </version >
88 </parent >
99
1010 <artifactId >plexus-interactivity</artifactId >
1414 <name >Plexus Interactivity Handler Component</name >
1515
1616 <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 >
1919 <url >http://github.com/codehaus-plexus/plexus-interactivity</url >
2020 <tag >HEAD</tag >
2121 </scm >
2222 <issueManagement >
2323 <system >github</system >
2424 <url >http://github.com/codehaus-plexus/plexus-interactivity/issues</url >
2525 </issueManagement >
26+ <distributionManagement >
27+ <site >
28+ <id >github:gh-pages</id >
29+ <url >${scm.url} </url >
30+ </site >
31+ </distributionManagement >
2632
27- <modules >
33+ <properties >
34+ <
scm .url>scm:git:
[email protected] :codehaus-plexus/plexus-interactivity.git</
scm .url>
35+ </properties >
36+
37+ <modules >
2838 <module >plexus-interactivity-api</module >
2939 <module >plexus-interactivity-jline</module >
3040 </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+
3154</project >
You can’t perform that action at this time.
0 commit comments