summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Aune <kraune@yahoo-inc.com>2017-06-14 13:50:58 +0200
committerKristian Aune <kraune@yahoo-inc.com>2017-06-14 13:50:58 +0200
commit237d90ff3e7ce28bdd66cb514e1fb0b9231b936b (patch)
tree5e865c20616cdf61169809f4b01ff1205243eacb
parent5db56c55b19d62c228f89762ac14e262dd3c519b (diff)
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>