Activity spec pom inherits main sdc 71/44071/3
authorvempo <vitaliy.emporopulo@amdocs.com>
Sun, 22 Apr 2018 17:02:08 +0000 (20:02 +0300)
committerOren Kleks <orenkle@amdocs.com>
Wed, 25 Apr 2018 06:25:46 +0000 (06:25 +0000)
Made activity spec inherit the main SDC pom to fix releas build errors.
Moved the building of activity spec right after onboarding as they are related.

Change-Id: I737db4b90c713cb74299307a0e415041693b22e6
Issue-ID: SDC-1245
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
pom.xml
services/activity-spec/pom.xml

diff --git a/pom.xml b/pom.xml
index c888e38..c84367c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <modules>
                                <module>build-tools</module>
                                <module>onboarding</module>
+                               <module>services/activity-spec</module>
                                <module>security-utils</module>
                                <module>common-app-api</module>
                                <module>common-be</module>
                                <module>ui-ci</module>
                                <module>sdc-os-chef</module>
                                <module>utils/webseal-simulator</module>
-                               <module>services/activity-spec</module>
                        </modules>
 
                </profile>
index bb0ccb7..2b57400 100644 (file)
@@ -6,9 +6,15 @@
 
     <groupId>org.onap.sdc.activityspec</groupId>
     <artifactId>activity-spec</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
+    <parent>
+        <groupId>org.openecomp.sdc</groupId>
+        <artifactId>sdc-main</artifactId>
+        <version>1.2.0-SNAPSHOT</version>
+        <relativePath>../..</relativePath>
+    </parent>
+
     <properties>
 
         <maven.compiler.source>1.8</maven.compiler.source>