Skip to content

Commit a102438

Browse files
committed
Polishing #2330
Reformat pom.xml
1 parent 34e42de commit a102438

File tree

1 file changed

+39
-22
lines changed

1 file changed

+39
-22
lines changed

pom.xml

+39-22
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<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-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-v4_0_0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35

46
<groupId>io.lettuce</groupId>
@@ -8,8 +10,8 @@
810

911
<name>Lettuce</name>
1012

11-
<description>Advanced and thread-safe Java Redis client for synchronous, asynchronous, and
12-
reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs
13+
<description>Advanced and thread-safe Java Redis client for synchronous, asynchronous,
14+
and reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs
1315
and much more.
1416
</description>
1517

@@ -75,15 +77,15 @@
7577
<!-- You need a running redis+sentinel for all tests, therefore disabled by default -->
7678
<skipITs>true</skipITs>
7779
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
78-
7980
</properties>
8081

8182
<scm>
8283
<connection>scm:git:https://github.com/lettuce-io/lettuce-core.git</connection>
83-
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git</developerConnection>
84+
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git
85+
</developerConnection>
8486
<url>http://github.com/lettuce-io/lettuce-core</url>
85-
<tag>HEAD</tag>
86-
</scm>
87+
<tag>HEAD</tag>
88+
</scm>
8789

8890
<distributionManagement>
8991
<snapshotRepository>
@@ -664,7 +666,8 @@
664666
<apiVersion>1.3</apiVersion>
665667
<args>
666668
<arg>-Xopt-in=kotlin.RequiresOptIn</arg>
667-
<arg>-Xopt-in=io.lettuce.core.ExperimentalLettuceCoroutinesApi</arg>
669+
<arg>-Xopt-in=io.lettuce.core.ExperimentalLettuceCoroutinesApi
670+
</arg>
668671
</args>
669672
</configuration>
670673
<executions>
@@ -735,8 +738,10 @@
735738
<configuration>
736739
<archive>
737740
<manifest>
738-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
739-
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
741+
<addDefaultImplementationEntries>true
742+
</addDefaultImplementationEntries>
743+
<addDefaultSpecificationEntries>true
744+
</addDefaultSpecificationEntries>
740745
</manifest>
741746
<manifestEntries>
742747
<Automatic-Module-Name>lettuce.core</Automatic-Module-Name>
@@ -888,14 +893,20 @@
888893
<level>public</level>
889894
<author>true</author>
890895
<header>Lettuce</header>
891-
<stylesheetfile>src/main/javadoc/stylesheet.css</stylesheetfile>
896+
<stylesheetfile>src/main/javadoc/stylesheet.css
897+
</stylesheetfile>
892898
<links>
893899
<link>https://netty.io/4.1/api/</link>
894-
<link>https://commons.apache.org/proper/commons-pool/apidocs/</link>
900+
<link>
901+
https://commons.apache.org/proper/commons-pool/apidocs/
902+
</link>
895903
<link>http://reactivex.io/RxJava/1.x/javadoc/</link>
896904
<link>http://reactivex.io/RxJava/javadoc/</link>
897-
<link>https://projectreactor.io/docs/core/release/api/</link>
898-
<link>https://docs.spring.io/spring/docs/current/javadoc-api/</link>
905+
<link>https://projectreactor.io/docs/core/release/api/
906+
</link>
907+
<link>
908+
https://docs.spring.io/spring/docs/current/javadoc-api/
909+
</link>
899910
</links>
900911
<doclint>none</doclint>
901912
<quiet>true</quiet>
@@ -972,7 +983,8 @@
972983
<configuration>
973984
<fileSets>
974985
<fileSet>
975-
<directory>${project.build.directory}</directory>
986+
<directory>${project.build.directory}
987+
</directory>
976988
<includes>
977989
<include>*.gz</include>
978990
<include>*.zip</include>
@@ -1054,7 +1066,7 @@
10541066
<arguments>
10551067
<argument>-Xmx2G</argument>
10561068
<argument>-classpath</argument>
1057-
<classpath />
1069+
<classpath/>
10581070
<argument>org.openjdk.jmh.Main</argument>
10591071
<argument>.*</argument>
10601072
<argument>-tu</argument>
@@ -1130,7 +1142,9 @@
11301142
<phase>process-resources</phase>
11311143
<configuration>
11321144
<target>
1133-
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="target/site/reference/pdf/lettuce-reference.pdf" />
1145+
<copy failonerror="false"
1146+
file="${project.build.directory}/generated-docs/index.pdf"
1147+
tofile="target/site/reference/pdf/lettuce-reference.pdf"/>
11341148
</target>
11351149
</configuration>
11361150
<goals>
@@ -1162,7 +1176,8 @@
11621176
</goals>
11631177
<configuration>
11641178
<backend>html5</backend>
1165-
<outputDirectory>${project.build.directory}/site/reference/html
1179+
<outputDirectory>
1180+
${project.build.directory}/site/reference/html
11661181
</outputDirectory>
11671182
<doctype>book</doctype>
11681183
<attributes>
@@ -1196,10 +1211,12 @@
11961211
<allow-uri-read>true</allow-uri-read>
11971212
<toclevels>3</toclevels>
11981213
<numbered>true</numbered>
1199-
<ext-doc>https://raw.githubusercontent.com/wiki/lettuce-io/lettuce-core/</ext-doc>
1200-
<allow-uri-read />
1201-
<docinfo />
1202-
<toc2 />
1214+
<ext-doc>
1215+
https://raw.githubusercontent.com/wiki/lettuce-io/lettuce-core/
1216+
</ext-doc>
1217+
<allow-uri-read/>
1218+
<docinfo/>
1219+
<toc2/>
12031220
<icons>font</icons>
12041221
<source-highlighter>coderay</source-highlighter>
12051222
</attributes>

0 commit comments

Comments
 (0)