Skip to content

Commit

Permalink
Polishing #2330
Browse files Browse the repository at this point in the history
Reformat pom.xml
  • Loading branch information
mp911de committed Feb 16, 2023
1 parent 98d373f commit 9dd1ba2
Showing 1 changed file with 37 additions and 19 deletions.
56 changes: 37 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.lettuce</groupId>
Expand All @@ -8,8 +10,8 @@

<name>Lettuce</name>

<description>Advanced and thread-safe Java Redis client for synchronous, asynchronous, and
reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs
<description>Advanced and thread-safe Java Redis client for synchronous, asynchronous,
and reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs
and much more.
</description>

Expand Down Expand Up @@ -80,7 +82,8 @@

<scm>
<connection>scm:git:https://github.com/lettuce-io/lettuce-core.git</connection>
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git</developerConnection>
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git
</developerConnection>
<url>http://github.com/lettuce-io/lettuce-core</url>
</scm>

Expand Down Expand Up @@ -663,7 +666,8 @@
<apiVersion>1.3</apiVersion>
<args>
<arg>-Xopt-in=kotlin.RequiresOptIn</arg>
<arg>-Xopt-in=io.lettuce.core.ExperimentalLettuceCoroutinesApi</arg>
<arg>-Xopt-in=io.lettuce.core.ExperimentalLettuceCoroutinesApi
</arg>
</args>
</configuration>
<executions>
Expand Down Expand Up @@ -734,8 +738,10 @@
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true
</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true
</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Automatic-Module-Name>lettuce.core</Automatic-Module-Name>
Expand Down Expand Up @@ -887,14 +893,20 @@
<level>public</level>
<author>true</author>
<header>Lettuce</header>
<stylesheetfile>src/main/javadoc/stylesheet.css</stylesheetfile>
<stylesheetfile>src/main/javadoc/stylesheet.css
</stylesheetfile>
<links>
<link>https://netty.io/4.1/api/</link>
<link>https://commons.apache.org/proper/commons-pool/apidocs/</link>
<link>
https://commons.apache.org/proper/commons-pool/apidocs/
</link>
<link>http://reactivex.io/RxJava/1.x/javadoc/</link>
<link>http://reactivex.io/RxJava/javadoc/</link>
<link>https://projectreactor.io/docs/core/release/api/</link>
<link>https://docs.spring.io/spring/docs/current/javadoc-api/</link>
<link>https://projectreactor.io/docs/core/release/api/
</link>
<link>
https://docs.spring.io/spring/docs/current/javadoc-api/
</link>
</links>
<doclint>none</doclint>
<quiet>true</quiet>
Expand Down Expand Up @@ -971,7 +983,8 @@
<configuration>
<fileSets>
<fileSet>
<directory>${project.build.directory}</directory>
<directory>${project.build.directory}
</directory>
<includes>
<include>*.gz</include>
<include>*.zip</include>
Expand Down Expand Up @@ -1053,7 +1066,7 @@
<arguments>
<argument>-Xmx2G</argument>
<argument>-classpath</argument>
<classpath />
<classpath/>
<argument>org.openjdk.jmh.Main</argument>
<argument>.*</argument>
<argument>-tu</argument>
Expand Down Expand Up @@ -1129,7 +1142,9 @@
<phase>process-resources</phase>
<configuration>
<target>
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="target/site/reference/pdf/lettuce-reference.pdf" />
<copy failonerror="false"
file="${project.build.directory}/generated-docs/index.pdf"
tofile="target/site/reference/pdf/lettuce-reference.pdf"/>
</target>
</configuration>
<goals>
Expand Down Expand Up @@ -1161,7 +1176,8 @@
</goals>
<configuration>
<backend>html5</backend>
<outputDirectory>${project.build.directory}/site/reference/html
<outputDirectory>
${project.build.directory}/site/reference/html
</outputDirectory>
<doctype>book</doctype>
<attributes>
Expand Down Expand Up @@ -1195,10 +1211,12 @@
<allow-uri-read>true</allow-uri-read>
<toclevels>3</toclevels>
<numbered>true</numbered>
<ext-doc>https://raw.githubusercontent.com/wiki/lettuce-io/lettuce-core/</ext-doc>
<allow-uri-read />
<docinfo />
<toc2 />
<ext-doc>
https://raw.githubusercontent.com/wiki/lettuce-io/lettuce-core/
</ext-doc>
<allow-uri-read/>
<docinfo/>
<toc2/>
<icons>font</icons>
<source-highlighter>coderay</source-highlighter>
</attributes>
Expand Down

0 comments on commit 9dd1ba2

Please sign in to comment.