Fix build errors in autorelease full clean build
Fix build errors found in autorelease during full clean build of all
projects.
Change-Id: I319f3ed5442627b62dd6107dca72454bee992524
Issue-id: INT-9
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml
index 584ddd6..2ab828a 100644
--- a/openo-portal/pom.xml
+++ b/openo-portal/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>gso-gui</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath></relativePath>
+ <relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openo-portal</artifactId>
diff --git a/openo-portal/portal-common/pom.xml b/openo-portal/portal-common/pom.xml
index ed95f11..5be89d2 100644
--- a/openo-portal/portal-common/pom.xml
+++ b/openo-portal/portal-common/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath></relativePath>
+ <relativePath/>
</parent>
<artifactId>common</artifactId>
diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml
index fb21cd8..703434d 100644
--- a/openo-portal/portal-extsys/pom.xml
+++ b/openo-portal/portal-extsys/pom.xml
@@ -22,7 +22,7 @@
<groupId>openo-portal</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath></relativePath>
+ <relativePath/>
</parent>
<groupId>openo-portal.module.extsys</groupId>
diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml
index 249d97c..7ae363e 100644
--- a/openo-portal/portal-lifecyclemgr/pom.xml
+++ b/openo-portal/portal-lifecyclemgr/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath></relativePath>
+ <relativePath/>
</parent>
<artifactId>module-lifecyclemgr</artifactId>