|
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"> |
2 | 4 | <modelVersion>4.0.0</modelVersion>
|
3 | 5 |
|
4 | 6 | <groupId>io.lettuce</groupId>
|
|
8 | 10 |
|
9 | 11 | <name>Lettuce</name>
|
10 | 12 |
|
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 |
13 | 15 | and much more.
|
14 | 16 | </description>
|
15 | 17 |
|
|
75 | 77 | <!-- You need a running redis+sentinel for all tests, therefore disabled by default -->
|
76 | 78 | <skipITs>true</skipITs>
|
77 | 79 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental>
|
78 |
| - |
79 | 80 | </properties>
|
80 | 81 |
|
81 | 82 | <scm>
|
82 | 83 | <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> |
84 | 86 | <url>http://github.com/lettuce-io/lettuce-core</url>
|
85 |
| - <tag>HEAD</tag> |
86 |
| - </scm> |
| 87 | + <tag>HEAD</tag> |
| 88 | + </scm> |
87 | 89 |
|
88 | 90 | <distributionManagement>
|
89 | 91 | <snapshotRepository>
|
|
664 | 666 | <apiVersion>1.3</apiVersion>
|
665 | 667 | <args>
|
666 | 668 | <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> |
668 | 671 | </args>
|
669 | 672 | </configuration>
|
670 | 673 | <executions>
|
|
735 | 738 | <configuration>
|
736 | 739 | <archive>
|
737 | 740 | <manifest>
|
738 |
| - <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
739 |
| - <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
| 741 | + <addDefaultImplementationEntries>true |
| 742 | + </addDefaultImplementationEntries> |
| 743 | + <addDefaultSpecificationEntries>true |
| 744 | + </addDefaultSpecificationEntries> |
740 | 745 | </manifest>
|
741 | 746 | <manifestEntries>
|
742 | 747 | <Automatic-Module-Name>lettuce.core</Automatic-Module-Name>
|
|
888 | 893 | <level>public</level>
|
889 | 894 | <author>true</author>
|
890 | 895 | <header>Lettuce</header>
|
891 |
| - <stylesheetfile>src/main/javadoc/stylesheet.css</stylesheetfile> |
| 896 | + <stylesheetfile>src/main/javadoc/stylesheet.css |
| 897 | + </stylesheetfile> |
892 | 898 | <links>
|
893 | 899 | <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> |
895 | 903 | <link>http://reactivex.io/RxJava/1.x/javadoc/</link>
|
896 | 904 | <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> |
899 | 910 | </links>
|
900 | 911 | <doclint>none</doclint>
|
901 | 912 | <quiet>true</quiet>
|
|
972 | 983 | <configuration>
|
973 | 984 | <fileSets>
|
974 | 985 | <fileSet>
|
975 |
| - <directory>${project.build.directory}</directory> |
| 986 | + <directory>${project.build.directory} |
| 987 | + </directory> |
976 | 988 | <includes>
|
977 | 989 | <include>*.gz</include>
|
978 | 990 | <include>*.zip</include>
|
|
1054 | 1066 | <arguments>
|
1055 | 1067 | <argument>-Xmx2G</argument>
|
1056 | 1068 | <argument>-classpath</argument>
|
1057 |
| - <classpath /> |
| 1069 | + <classpath/> |
1058 | 1070 | <argument>org.openjdk.jmh.Main</argument>
|
1059 | 1071 | <argument>.*</argument>
|
1060 | 1072 | <argument>-tu</argument>
|
|
1130 | 1142 | <phase>process-resources</phase>
|
1131 | 1143 | <configuration>
|
1132 | 1144 | <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"/> |
1134 | 1148 | </target>
|
1135 | 1149 | </configuration>
|
1136 | 1150 | <goals>
|
|
1162 | 1176 | </goals>
|
1163 | 1177 | <configuration>
|
1164 | 1178 | <backend>html5</backend>
|
1165 |
| - <outputDirectory>${project.build.directory}/site/reference/html |
| 1179 | + <outputDirectory> |
| 1180 | + ${project.build.directory}/site/reference/html |
1166 | 1181 | </outputDirectory>
|
1167 | 1182 | <doctype>book</doctype>
|
1168 | 1183 | <attributes>
|
|
1196 | 1211 | <allow-uri-read>true</allow-uri-read>
|
1197 | 1212 | <toclevels>3</toclevels>
|
1198 | 1213 | <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/> |
1203 | 1220 | <icons>font</icons>
|
1204 | 1221 | <source-highlighter>coderay</source-highlighter>
|
1205 | 1222 | </attributes>
|
|
0 commit comments