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
@@ -30,8 +28,7 @@ limitations under the License.
30
28
31
29
<name >Plexus Common Utilities</name >
32
30
<description >A collection of various utility classes to ease working with strings, files, command lines and
33
- more.
34
- </description >
31
+ more.</description >
35
32
36
33
<scm >
37
34
<connection >scm:git:https://github.com/codehaus-plexus/plexus-utils.git</connection >
@@ -71,14 +68,14 @@ limitations under the License.
71
68
72
69
<repositories >
73
70
<repository >
74
- <id >oss.snapshots</id >
75
- <url >https://oss.sonatype.org/content/repositories/plexus-snapshots/</url >
76
- <snapshots >
77
- <enabled >true</enabled >
78
- </snapshots >
79
71
<releases >
80
72
<enabled >false</enabled >
81
73
</releases >
74
+ <snapshots >
75
+ <enabled >true</enabled >
76
+ </snapshots >
77
+ <id >oss.snapshots</id >
78
+ <url >https://oss.sonatype.org/content/repositories/plexus-snapshots/</url >
82
79
</repository >
83
80
</repositories >
84
81
@@ -112,15 +109,17 @@ limitations under the License.
112
109
<groupId >org.apache.maven.plugins</groupId >
113
110
<artifactId >maven-scm-publish-plugin</artifactId >
114
111
<configuration >
115
- <content >${project.reporting.outputDirectory} </content ><!-- mono-module doesn't require site:stage -->
112
+ <content >${project.reporting.outputDirectory} </content >
113
+ <!-- mono-module doesn't require site:stage -->
116
114
</configuration >
117
115
<executions >
118
116
<execution >
119
117
<id >scm-publish</id >
120
- <phase >site-deploy</ phase > < !-- deploy site with maven-scm-publish-plugin -->
118
+ <!-- deploy site with maven-scm-publish-plugin -->
121
119
<goals >
122
120
<goal >publish-scm</goal >
123
121
</goals >
122
+ <phase >site-deploy</phase >
124
123
</execution >
125
124
</executions >
126
125
</plugin >
@@ -180,8 +179,8 @@ limitations under the License.
180
179
<release >9</release >
181
180
<compileSourceRoots >
182
181
<compileSourceRoot >${project.basedir} /src/main/java9</compileSourceRoot >
183
- </compileSourceRoots >
184
- <multiReleaseOutput >true</multiReleaseOutput >
182
+ </compileSourceRoots >
183
+ <multiReleaseOutput >true</multiReleaseOutput >
185
184
</configuration >
186
185
</execution >
187
186
</executions >
@@ -210,8 +209,8 @@ limitations under the License.
210
209
<release >10</release >
211
210
<compileSourceRoots >
212
211
<compileSourceRoot >${project.basedir} /src/main/java10</compileSourceRoot >
213
- </compileSourceRoots >
214
- <multiReleaseOutput >true</multiReleaseOutput >
212
+ </compileSourceRoots >
213
+ <multiReleaseOutput >true</multiReleaseOutput >
215
214
</configuration >
216
215
</execution >
217
216
</executions >
@@ -221,35 +220,35 @@ limitations under the License.
221
220
</build >
222
221
</profile >
223
222
<profile >
224
- <id >jdk11+</id >
225
- <activation >
226
- <jdk >[11,)</jdk >
227
- </activation >
228
- <build >
229
- <pluginManagement >
230
- <plugins >
231
- <plugin >
232
- <artifactId >maven-compiler-plugin</artifactId >
233
- <executions >
234
- <execution >
235
- <id >compile-java-11</id >
236
- <goals >
237
- <goal >compile</goal >
238
- </goals >
239
- <configuration >
240
- <release >11</release >
241
- <compileSourceRoots >
242
- <compileSourceRoot >${project.basedir} /src/main/java11</compileSourceRoot >
223
+ <id >jdk11+</id >
224
+ <activation >
225
+ <jdk >[11,)</jdk >
226
+ </activation >
227
+ <build >
228
+ <pluginManagement >
229
+ <plugins >
230
+ <plugin >
231
+ <artifactId >maven-compiler-plugin</artifactId >
232
+ <executions >
233
+ <execution >
234
+ <id >compile-java-11</id >
235
+ <goals >
236
+ <goal >compile</goal >
237
+ </goals >
238
+ <configuration >
239
+ <release >11</release >
240
+ <compileSourceRoots >
241
+ <compileSourceRoot >${project.basedir} /src/main/java11</compileSourceRoot >
243
242
</compileSourceRoots >
244
243
<multiReleaseOutput >true</multiReleaseOutput >
245
- </configuration >
246
- </execution >
247
- </executions >
248
- </plugin >
249
- </plugins >
250
- </pluginManagement >
251
- </build >
252
- </profile >
244
+ </configuration >
245
+ </execution >
246
+ </executions >
247
+ </plugin >
248
+ </plugins >
249
+ </pluginManagement >
250
+ </build >
251
+ </profile >
253
252
<profile >
254
253
<id >plexus-release</id >
255
254
<build >
0 commit comments