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 >
@@ -78,6 +76,19 @@ limitations under the License.
78
76
</dependency >
79
77
</dependencies >
80
78
79
+ <repositories >
80
+ <repository >
81
+ <releases >
82
+ <enabled >false</enabled >
83
+ </releases >
84
+ <snapshots >
85
+ <enabled >true</enabled >
86
+ </snapshots >
87
+ <id >oss.snapshots</id >
88
+ <url >https://oss.sonatype.org/content/repositories/plexus-snapshots/</url >
89
+ </repository >
90
+ </repositories >
91
+
81
92
<build >
82
93
<pluginManagement >
83
94
<plugins >
@@ -148,15 +159,17 @@ limitations under the License.
148
159
<groupId >org.apache.maven.plugins</groupId >
149
160
<artifactId >maven-scm-publish-plugin</artifactId >
150
161
<configuration >
151
- <content >${project.reporting.outputDirectory} </content ><!-- mono-module doesn't require site:stage -->
162
+ <!-- mono-module doesn't require site:stage -->
163
+ <content >${project.reporting.outputDirectory} </content >
152
164
</configuration >
153
165
<executions >
154
166
<execution >
167
+ <!-- deploy site with maven-scm-publish-plugin -->
155
168
<id >scm-publish</id >
156
- <phase >site-deploy</phase ><!-- deploy site with maven-scm-publish-plugin -->
157
169
<goals >
158
170
<goal >publish-scm</goal >
159
171
</goals >
172
+ <phase >site-deploy</phase >
160
173
</execution >
161
174
</executions >
162
175
</plugin >
@@ -209,17 +222,4 @@ limitations under the License.
209
222
</build >
210
223
</profile >
211
224
</profiles >
212
-
213
- <repositories >
214
- <repository >
215
- <releases >
216
- <enabled >false</enabled >
217
- </releases >
218
- <snapshots >
219
- <enabled >true</enabled >
220
- </snapshots >
221
- <id >oss.snapshots</id >
222
- <url >https://oss.sonatype.org/content/repositories/plexus-snapshots/</url >
223
- </repository >
224
- </repositories >
225
225
</project >
0 commit comments