File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ See the Apache License Version 2.0 for the specific language governing permissio
25
25
26
26
<scm >
27
27
<connection >scm:git:https://github.com/codehaus-plexus/plexus-build-api.git</connection >
28
- <developerConnection >scm:git:https://github.com/codehaus-plexus/plexus-build-api.git </developerConnection >
29
- <tag >HEAD </tag >
30
- <url >https://github.com/codehaus-plexus/plexus-build-api</url >
28
+ <developerConnection >${project. scm.connection} </developerConnection >
29
+ <tag >master </tag >
30
+ <url >https://github.com/codehaus-plexus/plexus-build-api/tree/master </url >
31
31
</scm >
32
32
33
33
<dependencies >
@@ -97,6 +97,24 @@ See the Apache License Version 2.0 for the specific language governing permissio
97
97
</execution >
98
98
</executions >
99
99
</plugin >
100
+ <plugin >
101
+ <groupId >org.apache.maven.plugins</groupId >
102
+ <artifactId >maven-scm-publish-plugin</artifactId >
103
+ <configuration >
104
+ <content >${project.reporting.outputDirectory} </content >
105
+ <!-- mono-module doesn't require site:stage -->
106
+ </configuration >
107
+ <executions >
108
+ <execution >
109
+ <id >scm-publish</id >
110
+ <!-- deploy site with maven-scm-publish-plugin -->
111
+ <goals >
112
+ <goal >publish-scm</goal >
113
+ </goals >
114
+ <phase >site-deploy</phase >
115
+ </execution >
116
+ </executions >
117
+ </plugin >
100
118
</plugins >
101
119
</build >
102
120
You can’t perform that action at this time.
0 commit comments