|
|
|
@ -12,6 +12,14 @@
|
|
|
|
|
<packaging>bundle</packaging>
|
|
|
|
|
|
|
|
|
|
<name>Redisson</name>
|
|
|
|
|
<description>Redis based In-Memory Data Grid for Java</description>
|
|
|
|
|
<inceptionYear>2014</inceptionYear>
|
|
|
|
|
<url>http://redisson.org</url>
|
|
|
|
|
|
|
|
|
|
<organization>
|
|
|
|
|
<name>The Redisson Project</name>
|
|
|
|
|
<url>http://redisson.org/</url>
|
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<maven.test.skip>true</maven.test.skip>
|
|
|
|
@ -236,8 +244,11 @@
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<additionalparam>-Xdoclint:none</additionalparam>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|