File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.codehaus.plexus</groupId >
7
7
<artifactId >plexus-components</artifactId >
8
- <version >1.3.1 </version >
8
+ <version >4.0-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >plexus-resources</artifactId >
20
20
<url >http://github.com/codehaus-plexus/plexus-resources</url >
21
21
<tag >HEAD</tag >
22
22
</scm >
23
+ <issueManagement >
24
+ <system >jira</system >
25
+ <url >https://github.com/codehaus-plexus/plexus-resources/issues</url >
26
+ </issueManagement >
27
+ <distributionManagement >
28
+ <site >
29
+ <id >github:gh-pages</id >
30
+ <url >${project.scm.developerConnection} </url >
31
+ </site >
32
+ </distributionManagement >
23
33
24
34
<dependencies >
25
35
<dependency >
39
49
<scope >test</scope >
40
50
</dependency >
41
51
</dependencies >
52
+
53
+ <build >
54
+ <plugins >
55
+ <plugin >
56
+ <groupId >org.apache.maven.plugins</groupId >
57
+ <artifactId >maven-scm-publish-plugin</artifactId >
58
+ <configuration >
59
+ <content >${project.reporting.outputDirectory} </content ><!-- mono-module doesn't require site:stage -->
60
+ </configuration >
61
+ <executions >
62
+ <execution >
63
+ <id >scm-publish</id >
64
+ <phase >site-deploy</phase ><!-- deploy site with maven-scm-publish-plugin -->
65
+ <goals >
66
+ <goal >publish-scm</goal >
67
+ </goals >
68
+ </execution >
69
+ </executions >
70
+ </plugin >
71
+ </plugins >
72
+ </build >
42
73
</project >
You can’t perform that action at this time.
0 commit comments