summaryrefslogtreecommitdiffstats
path: root/sample-apps/http-api-using-request-handlers-and-processors
diff options
context:
space:
mode:
authorKristian Aune <kraune@yahoo-inc.com>2017-07-12 12:48:35 +0200
committerKristian Aune <kraune@yahoo-inc.com>2017-07-12 12:48:35 +0200
commitc34dbdb829c001e7ec9e49c6cd1b376285b1f11c (patch)
treeb9810b2114373b06ae55afc296a1853a5d4316f9 /sample-apps/http-api-using-request-handlers-and-processors
parent9f9bd607d5dd9ac225f098cccf9dace3cb5931a6 (diff)
Build all sample apps
- rename artifacts to same name as module (i.e. subdirectory) - add missing apps to build
Diffstat (limited to 'sample-apps/http-api-using-request-handlers-and-processors')
-rw-r--r--sample-apps/http-api-using-request-handlers-and-processors/pom.xml2
1 files changed, 1 insertions, 1 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 6e7d0da75db..81896b1d64f 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-http-api-processor</artifactId>
+ <artifactId>http-api-using-request-handlers-and-processors</artifactId>
<version>1.0.1</version>
<packaging>container-plugin</packaging> <!-- Use Vespa packaging -->