diff options
author | Robert Varga <nite@hq.sk> | 2016-02-04 18:36:00 +0100 |
---|---|---|
committer | Robert Varga <nite@hq.sk> | 2016-02-04 18:36:00 +0100 |
commit | 74a62622f19db08823be3e8f36777df94dc9de4e (patch) | |
tree | 2ca9c582e6d009ee0fa22569d17cf027fbec8790 /vbd/gui/module | |
parent | 882ddc69b05a4001718d90aa9c57f1e13d80aa0d (diff) |
Fix UI bundle not being installed
Inheriting from aggregator causes the artifacts to be skipped during
install. Use api-parent instead.
Change-Id: I507a21b2999c193d41a924debfcd67b916160f94
Signed-off-by: Robert Varga <nite@hq.sk>
Diffstat (limited to 'vbd/gui/module')
-rw-r--r-- | vbd/gui/module/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vbd/gui/module/pom.xml b/vbd/gui/module/pom.xml index b60ac7b5a..cdade2893 100644 --- a/vbd/gui/module/pom.xml +++ b/vbd/gui/module/pom.xml @@ -9,10 +9,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 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> <parent> - <groupId>io.fd.honeycomb.vbd</groupId> - <artifactId>vbd-aggregator</artifactId> + <groupId>io.fd.honeycomb.common</groupId> + <artifactId>api-parent</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../</relativePath> + <relativePath>../../../common/api-parent</relativePath> </parent> <groupId>io.fd.honeycomb.vbd</groupId> |