Skip to content

Commit

Permalink
Merge pull request #79 from RedisLabs/deploy-pom-2.3
Browse files Browse the repository at this point in the history
Extend pom.xml to support deploy
  • Loading branch information
gkorland authored Aug 14, 2018
2 parents 866731e + a59e0a6 commit 0cd0d9b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
<connection>scm:git:git://github.com/RedisLabs/spark-redis.git</connection>
<developerConnection>scm:git:git@github.com:RedisLabs/spark-redis.git</developerConnection>
</scm>
<developers>
<developer>
<name>Sun He</name>
<organization>Redis Labs, Inc.</organization>
</developer>
<developer>
<name>Shay Nativ</name>
<organization>Redis Labs, Inc.</organization>
</developer>
</developers>
<licenses>
<license>
<name>BSD 3 Clause</name>
Expand Down Expand Up @@ -84,6 +94,12 @@
<goal>testCompile</goal>
</goals>
</execution>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>doc-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 0cd0d9b

Please sign in to comment.