Skip to content

Commit 3f9e7b5

Browse files
committed
Reformat code
1 parent 509076d commit 3f9e7b5

File tree

142 files changed

+13113
-19207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+13113
-19207
lines changed

pom.xml

+37-38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<!--
43
Copyright The Codehaus Foundation.
54
@@ -15,7 +14,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1514
See the License for the specific language governing permissions and
1615
limitations under the License.
1716
-->
18-
1917
<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">
2018
<modelVersion>4.0.0</modelVersion>
2119

@@ -30,14 +28,13 @@ limitations under the License.
3028

3129
<name>Plexus Common Utilities</name>
3230
<description>A collection of various utility classes to ease working with strings, files, command lines, XML and
33-
more.
34-
</description>
31+
more.</description>
3532

3633
<scm>
3734
<connection>scm:git:[email protected]:codehaus-plexus/plexus-utils.git</connection>
3835
<developerConnection>scm:git:[email protected]:codehaus-plexus/plexus-utils.git</developerConnection>
39-
<url>http://github.com/codehaus-plexus/plexus-utils</url>
4036
<tag>plexus-utils-3.5.0</tag>
37+
<url>http://github.com/codehaus-plexus/plexus-utils</url>
4138
</scm>
4239
<issueManagement>
4340
<system>github</system>
@@ -110,15 +107,17 @@ limitations under the License.
110107
<groupId>org.apache.maven.plugins</groupId>
111108
<artifactId>maven-scm-publish-plugin</artifactId>
112109
<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 -->
114112
</configuration>
115113
<executions>
116114
<execution>
117115
<id>scm-publish</id>
118-
<phase>site-deploy</phase><!-- deploy site with maven-scm-publish-plugin -->
116+
<!-- deploy site with maven-scm-publish-plugin -->
119117
<goals>
120118
<goal>publish-scm</goal>
121119
</goals>
120+
<phase>site-deploy</phase>
122121
</execution>
123122
</executions>
124123
</plugin>
@@ -178,8 +177,8 @@ limitations under the License.
178177
<release>9</release>
179178
<compileSourceRoots>
180179
<compileSourceRoot>${project.basedir}/src/main/java9</compileSourceRoot>
181-
</compileSourceRoots>
182-
<multiReleaseOutput>true</multiReleaseOutput>
180+
</compileSourceRoots>
181+
<multiReleaseOutput>true</multiReleaseOutput>
183182
</configuration>
184183
</execution>
185184
</executions>
@@ -208,8 +207,8 @@ limitations under the License.
208207
<release>10</release>
209208
<compileSourceRoots>
210209
<compileSourceRoot>${project.basedir}/src/main/java10</compileSourceRoot>
211-
</compileSourceRoots>
212-
<multiReleaseOutput>true</multiReleaseOutput>
210+
</compileSourceRoots>
211+
<multiReleaseOutput>true</multiReleaseOutput>
213212
</configuration>
214213
</execution>
215214
</executions>
@@ -219,35 +218,35 @@ limitations under the License.
219218
</build>
220219
</profile>
221220
<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>
241240
</compileSourceRoots>
242241
<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>
251250
<profile>
252251
<id>plexus-release</id>
253252
<build>

0 commit comments

Comments
 (0)