Skip to content

Commit

Permalink
Adding required meta-information to pom files for release to Maven Ce…
Browse files Browse the repository at this point in the history
…ntral
  • Loading branch information
Joel Westberg committed Apr 13, 2013
1 parent c60339a commit 24fd6bf
Show file tree
Hide file tree
Showing 13 changed files with 126 additions and 7 deletions.
8 changes: 8 additions & 0 deletions admin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
<cglib.version>2.2.2</cglib.version>
</properties>

<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<build>
<finalName>hydra</finalName>
<plugins>
Expand Down
8 changes: 8 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>
<dependency>
Expand Down
10 changes: 9 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>


<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<profiles>
<profile>
<id>stresstest</id>
Expand Down
8 changes: 8 additions & 0 deletions database-impl/inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>
<dependency>
Expand Down
9 changes: 8 additions & 1 deletion database-impl/mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>


<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>
<dependency>
Expand Down
9 changes: 8 additions & 1 deletion database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>


<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>
<dependency>
Expand Down
10 changes: 9 additions & 1 deletion stages/debugging/debugging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,16 @@
<url>https://github.com/Findwise/Hydra</url>
</scm>


<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>

<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
Expand Down
9 changes: 8 additions & 1 deletion stages/out/elasticsearch-out/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@
<url>https://github.com/Findwise/Hydra</url>
</scm>

<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>

<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
Expand Down
9 changes: 8 additions & 1 deletion stages/out/solr-out-3.6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@
<url>https://github.com/Findwise/Hydra</url>
</scm>

<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>

<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
Expand Down
9 changes: 8 additions & 1 deletion stages/out/solr-out/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@
<url>https://github.com/Findwise/Hydra</url>
</scm>

<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>

<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-api</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions stages/processing/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
<main.class>com.findwise.hydra.stage.AbstractStage</main.class>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>com.findwise.hydra</groupId>
Expand Down
8 changes: 8 additions & 0 deletions stages/processing/tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
<developerConnection>scm:git:[email protected]:Findwise/Hydra.git</developerConnection>
<url>https://github.com/Findwise/Hydra</url>
</scm>

<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>
<dependency>
Expand Down
27 changes: 27 additions & 0 deletions stages/processing/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,36 @@
<artifactId>hydra-web-stages</artifactId>
<name>${project.artifactId}</name>
<version>0.3.0</version>
<description>Web Content processing stages</description>
<url>http://findwise.github.com/Hydra</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>


<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]:Findwise/Hydra.git</connection>
<developerConnection>scm:git:[email protected]:Findwise/Hydra.git</developerConnection>
<url>https://github.com/Findwise/Hydra</url>
</scm>

<developers>
<developer>
<id>findwise</id>
<name>Findwise</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>com.findwise.hydra</groupId>
Expand Down

0 comments on commit 24fd6bf

Please sign in to comment.