File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.codehaus.plexus</groupId >
77 <artifactId >plexus</artifactId >
8- <version >3.3.3 </version >
8+ <version >4.0-SNAPSHOT </version >
99 </parent >
1010
1111 <artifactId >plexus-interpolation</artifactId >
2424 <system >JIRA</system >
2525 <url >https://github.com/codehaus-plexus/plexus-interpolation/issues</url >
2626 </issueManagement >
27+ <distributionManagement >
28+ <site >
29+ <id >github:gh-pages</id >
30+ <url >${project.scm.developerConnection} </url >
31+ </site >
32+ </distributionManagement >
2733
2834
2935 <build >
3036 <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 >
3153 <plugin >
3254 <groupId >org.apache.maven.plugins</groupId >
3355 <artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments