File tree 1 file changed +23
-1
lines changed
1 file changed +23
-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</artifactId >
8
- <version >3.3.3 </version >
8
+ <version >4.0-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >plexus-interpolation</artifactId >
24
24
<system >JIRA</system >
25
25
<url >https://github.com/codehaus-plexus/plexus-interpolation/issues</url >
26
26
</issueManagement >
27
+ <distributionManagement >
28
+ <site >
29
+ <id >github:gh-pages</id >
30
+ <url >${project.scm.developerConnection} </url >
31
+ </site >
32
+ </distributionManagement >
27
33
28
34
29
35
<build >
30
36
<plugins >
37
+ <plugin >
38
+ <groupId >org.apache.maven.plugins</groupId >
39
+ <artifactId >maven-scm-publish-plugin</artifactId >
40
+ <configuration >
41
+ <content >${project.reporting.outputDirectory} </content ><!-- mono-module doesn't require site:stage -->
42
+ </configuration >
43
+ <executions >
44
+ <execution >
45
+ <id >scm-publish</id >
46
+ <phase >site-deploy</phase ><!-- deploy site with maven-scm-publish-plugin -->
47
+ <goals >
48
+ <goal >publish-scm</goal >
49
+ </goals >
50
+ </execution >
51
+ </executions >
52
+ </plugin >
31
53
<plugin >
32
54
<groupId >org.apache.maven.plugins</groupId >
33
55
<artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments