Skip to content

Commit 2010c98

Browse files
authored
Merge pull request #78 from RedisLabs/deploy-pom
Extend pom.xml to support deploy
2 parents 826ceaf + 68c7bf4 commit 2010c98

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<connection>scm:git:git://github.com/RedisLabs/spark-redis.git</connection>
2626
<developerConnection>scm:git:[email protected]:RedisLabs/spark-redis.git</developerConnection>
2727
</scm>
28+
<developers>
29+
<developer>
30+
<name>Sun He</name>
31+
<organization>Redis Labs, Inc.</organization>
32+
</developer>
33+
<developer>
34+
<name>Shay Nativ</name>
35+
<organization>Redis Labs, Inc.</organization>
36+
</developer>
37+
</developers>
2838
<licenses>
2939
<license>
3040
<name>BSD 3 Clause</name>
@@ -84,6 +94,12 @@
8494
<goal>testCompile</goal>
8595
</goals>
8696
</execution>
97+
<execution>
98+
<id>attach-javadocs</id>
99+
<goals>
100+
<goal>doc-jar</goal>
101+
</goals>
102+
</execution>
87103
</executions>
88104
</plugin>
89105
<plugin>

0 commit comments

Comments
 (0)