summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2017-06-14 13:54:33 +0200
committerGitHub <noreply@github.com>2017-06-14 13:54:33 +0200
commitb1b583aee28746429b8ed9f6d2714a99c0fd2d4a (patch)
tree5cdd971b5ca642bc9f6064bb07fa23f9e5d8cb91
parent9e6b3f5d678832e382dd8c01972b1af2d541282a (diff)
parent237d90ff3e7ce28bdd66cb514e1fb0b9231b936b (diff)
Merge pull request #2766 from yahoo/kkraune/compile-sample-apps
build sample apps
-rw-r--r--sample-apps/http-api-using-request-handlers-and-processors/pom.xml2
-rw-r--r--sample-apps/http-api-using-searcher/pom.xml2
-rw-r--r--sample-apps/pom.xml2
3 files changed, 2 insertions, 4 deletions
diff --git a/sample-apps/http-api-using-request-handlers-and-processors/pom.xml b/sample-apps/http-api-using-request-handlers-and-processors/pom.xml
index 7ae8549c385..8141a0b91b1 100644
--- a/sample-apps/http-api-using-request-handlers-and-processors/pom.xml
+++ b/sample-apps/http-api-using-request-handlers-and-processors/pom.xml
@@ -6,7 +6,7 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yahoo.demo</groupId>
- <artifactId>sample-app</artifactId>
+ <artifactId>sample-app-http-api-processor</artifactId>
<version>1.0.1</version>
<packaging>container-plugin</packaging> <!-- Use Vespa packaging -->
diff --git a/sample-apps/http-api-using-searcher/pom.xml b/sample-apps/http-api-using-searcher/pom.xml
index 7ae8549c385..6dfee6026ee 100644
--- a/sample-apps/http-api-using-searcher/pom.xml
+++ b/sample-apps/http-api-using-searcher/pom.xml
@@ -6,7 +6,7 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yahoo.demo</groupId>
- <artifactId>sample-app</artifactId>
+ <artifactId>sample-app-http-api-searcher</artifactId>
<version>1.0.1</version>
<packaging>container-plugin</packaging> <!-- Use Vespa packaging -->
diff --git a/sample-apps/pom.xml b/sample-apps/pom.xml
index 91d1b7c7580..d39e3d1e13f 100644
--- a/sample-apps/pom.xml
+++ b/sample-apps/pom.xml
@@ -13,9 +13,7 @@
<module>basic-search-java</module>
<module>blog-recommendation</module>
<module>boolean-search</module>
-<!--
<module>http-api-using-request-handlers-and-processors</module>
<module>http-api-using-searcher</module>
--->
</modules>
</project>