Skip to content

Commit

Permalink
[WIP] Prepare maven central deploy (#3)
Browse files Browse the repository at this point in the history
Add developer information
  • Loading branch information
xitep authored Jan 31, 2017
1 parent 9736015 commit b064a21
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions sdks/java/extensions/euphoria/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
<packaging>pom</packaging>
<inceptionYear>2016</inceptionYear>

<name>${project.groupId}:${project.artifactId}</name>
<description>
A Java API for creating unified big-data processing flows providing an
engine independent programming model which can express both batch and
stream transformations.
</description>
<url>https://github.com/seznam/euphoria</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -35,16 +43,43 @@

<scm>
<connection>scm:git:git@github.com:seznam/euphoria.git</connection>
<url>scm:git:git@github.com:seznam/euphoria.git</url>
<developerConnection>scm:git:git@github.com:seznam/euphoria.git</developerConnection>
<url>https://github.com/seznam/euphoria/tree/master</url>
<tag>HEAD</tag>
</scm>

<organization>
<name>Seznam.cz, a.s.</name>
<url>http://www.seznam.cz</url>
<url>https://www.seznam.cz</url>
</organization>

<developers>
<developer>
<name>Jaromir Vanek</name>
<email>jaromir.vanek2@firma.seznam.cz</email>
<organization>Seznam a.s.</organization>
<organizationUrl>https://www.seznam.cz</organizationUrl>
</developer>
<developer>
<name>Jan Lukavsky</name>
<email>jan.lukavsky@firma.seznam.cz</email>
<organization>Seznam a.s.</organization>
<organizationUrl>https://www.seznam.cz</organizationUrl>
</developer>
<developer>
<name>Adam Horky</name>
<email>adam.horky@firma.seznam.cz</email>
<organization>Seznam a.s.</organization>
<organizationUrl>https://www.seznam.cz</organizationUrl>
</developer>
<developer>
<name>Petr Novotnik</name>
<email>petr.novotnik@firma.seznam.cz</email>
<organization>Seznam a.s.</organization>
<organizationUrl>https://www.seznam.cz</organizationUrl>
</developer>
</developers>

<modules>
<module>euphoria-core</module>
<module>euphoria-fluent</module>
Expand All @@ -70,7 +105,6 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<configuration>
<skip>true</skip>
<additionalparam>-Xdoclint:none</additionalparam>
<encoding>UTF-8</encoding>
</configuration>
Expand Down

0 comments on commit b064a21

Please sign in to comment.