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,14 +28,13 @@ 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, XML and
33
- more.
34
- </description >
31
+ more.</description >
35
32
36
33
<scm >
37
34
<
connection >scm:git:
[email protected] :codehaus-plexus/plexus-utils.git</
connection >
38
35
<
developerConnection >scm:git:
[email protected] :codehaus-plexus/plexus-utils.git</
developerConnection >
39
- <url >http://github.com/codehaus-plexus/plexus-utils</url >
40
36
<tag >plexus-utils-3.5.0</tag >
37
+ <url >http://github.com/codehaus-plexus/plexus-utils</url >
41
38
</scm >
42
39
<issueManagement >
43
40
<system >github</system >
@@ -110,15 +107,17 @@ limitations under the License.
110
107
<groupId >org.apache.maven.plugins</groupId >
111
108
<artifactId >maven-scm-publish-plugin</artifactId >
112
109
<configuration >
113
- <content >${project.reporting.outputDirectory} </content ><!-- mono-module doesn't require site:stage -->
110
+ <content >${project.reporting.outputDirectory} </content >
111
+ <!-- mono-module doesn't require site:stage -->
114
112
</configuration >
115
113
<executions >
116
114
<execution >
117
115
<id >scm-publish</id >
118
- <phase >site-deploy</ phase > < !-- deploy site with maven-scm-publish-plugin -->
116
+ <!-- deploy site with maven-scm-publish-plugin -->
119
117
<goals >
120
118
<goal >publish-scm</goal >
121
119
</goals >
120
+ <phase >site-deploy</phase >
122
121
</execution >
123
122
</executions >
124
123
</plugin >
@@ -178,8 +177,8 @@ limitations under the License.
178
177
<release >9</release >
179
178
<compileSourceRoots >
180
179
<compileSourceRoot >${project.basedir} /src/main/java9</compileSourceRoot >
181
- </compileSourceRoots >
182
- <multiReleaseOutput >true</multiReleaseOutput >
180
+ </compileSourceRoots >
181
+ <multiReleaseOutput >true</multiReleaseOutput >
183
182
</configuration >
184
183
</execution >
185
184
</executions >
@@ -208,8 +207,8 @@ limitations under the License.
208
207
<release >10</release >
209
208
<compileSourceRoots >
210
209
<compileSourceRoot >${project.basedir} /src/main/java10</compileSourceRoot >
211
- </compileSourceRoots >
212
- <multiReleaseOutput >true</multiReleaseOutput >
210
+ </compileSourceRoots >
211
+ <multiReleaseOutput >true</multiReleaseOutput >
213
212
</configuration >
214
213
</execution >
215
214
</executions >
@@ -219,35 +218,35 @@ limitations under the License.
219
218
</build >
220
219
</profile >
221
220
<profile >
222
- <id >jdk11+</id >
223
- <activation >
224
- <jdk >[11,)</jdk >
225
- </activation >
226
- <build >
227
- <pluginManagement >
228
- <plugins >
229
- <plugin >
230
- <artifactId >maven-compiler-plugin</artifactId >
231
- <executions >
232
- <execution >
233
- <id >compile-java-11</id >
234
- <goals >
235
- <goal >compile</goal >
236
- </goals >
237
- <configuration >
238
- <release >11</release >
239
- <compileSourceRoots >
240
- <compileSourceRoot >${project.basedir} /src/main/java11</compileSourceRoot >
221
+ <id >jdk11+</id >
222
+ <activation >
223
+ <jdk >[11,)</jdk >
224
+ </activation >
225
+ <build >
226
+ <pluginManagement >
227
+ <plugins >
228
+ <plugin >
229
+ <artifactId >maven-compiler-plugin</artifactId >
230
+ <executions >
231
+ <execution >
232
+ <id >compile-java-11</id >
233
+ <goals >
234
+ <goal >compile</goal >
235
+ </goals >
236
+ <configuration >
237
+ <release >11</release >
238
+ <compileSourceRoots >
239
+ <compileSourceRoot >${project.basedir} /src/main/java11</compileSourceRoot >
241
240
</compileSourceRoots >
242
241
<multiReleaseOutput >true</multiReleaseOutput >
243
- </configuration >
244
- </execution >
245
- </executions >
246
- </plugin >
247
- </plugins >
248
- </pluginManagement >
249
- </build >
250
- </profile >
242
+ </configuration >
243
+ </execution >
244
+ </executions >
245
+ </plugin >
246
+ </plugins >
247
+ </pluginManagement >
248
+ </build >
249
+ </profile >
251
250
<profile >
252
251
<id >plexus-release</id >
253
252
<build >
0 commit comments