summaryrefslogtreecommitdiffstats
path: root/sample-apps/blog-recommendation
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/blog-recommendation
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/blog-recommendation')
-rw-r--r--sample-apps/blog-recommendation/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sample-apps/blog-recommendation/pom.xml b/sample-apps/blog-recommendation/pom.xml
index 2f1582d4fbe..0f22cefa807 100644
--- a/sample-apps/blog-recommendation/pom.xml
+++ b/sample-apps/blog-recommendation/pom.xml
@@ -3,10 +3,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yahoo.example</groupId>
- <artifactId>recommendation</artifactId>
+ <artifactId>blog-recommendation</artifactId>
<packaging>container-plugin</packaging>
<version>0.0.1</version>
- <name>application</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>