1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<!--
4
3
Copyright The Codehaus Foundation.
5
4
@@ -15,7 +14,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
14
See the License for the specific language governing permissions and
16
15
limitations under the License.
17
16
-->
18
-
19
17
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
18
<modelVersion >4.0.0</modelVersion >
21
19
@@ -34,8 +32,8 @@ limitations under the License.
34
32
<scm >
35
33
<connection >scm:git:git@github.com:codehaus-plexus/plexus-xml.git</connection >
36
34
<developerConnection >scm:git:git@github.com:codehaus-plexus/plexus-xml.git</developerConnection >
37
- <url >http://github.com/codehaus-plexus/plexus-xml</url >
38
35
<tag >master</tag >
36
+ <url >http://github.com/codehaus-plexus/plexus-xml</url >
39
37
</scm >
40
38
<issueManagement >
41
39
<system >github</system >
@@ -148,15 +146,17 @@ limitations under the License.
148
146
<groupId >org.apache.maven.plugins</groupId >
149
147
<artifactId >maven-scm-publish-plugin</artifactId >
150
148
<configuration >
151
- <content >${project.reporting.outputDirectory} </content ><!-- mono-module doesn't require site:stage -->
149
+ <!-- mono-module doesn't require site:stage -->
150
+ <content >${project.reporting.outputDirectory} </content >
152
151
</configuration >
153
152
<executions >
154
153
<execution >
154
+ <!-- deploy site with maven-scm-publish-plugin -->
155
155
<id >scm-publish</id >
156
- <phase >site-deploy</phase ><!-- deploy site with maven-scm-publish-plugin -->
157
156
<goals >
158
157
<goal >publish-scm</goal >
159
158
</goals >
159
+ <phase >site-deploy</phase >
160
160
</execution >
161
161
</executions >
162
162
</plugin >
0 commit comments