Include only auth-client in parent 71/41771/1
authorSai Gandham <sg481n@att.com>
Mon, 9 Apr 2018 17:06:26 +0000 (17:06 +0000)
committerSai Gandham <sg481n@att.com>
Mon, 9 Apr 2018 17:06:35 +0000 (17:06 +0000)
Only buidling auth-client to release it first.

Issue-ID: AAF-215
Change-Id: I3bbb2fea77b6ab516482691a8cd83fd0e983c94c
Signed-off-by: Sai Gandham <sg481n@att.com>
auth/auth-client/pom.xml
pom.xml

index df870a8..7f16785 100644 (file)
 <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/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.onap.aaf.authz</groupId>
-        <artifactId>parent</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
-    </parent>
+    
        
        <!-- No Parent on Purpose!!! -->
        <artifactId>aaf-auth-client</artifactId>
diff --git a/pom.xml b/pom.xml
index 23a1e94..6e3840a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        </build>
        <modules>
                <module>auth/auth-client</module>
-               <module>misc</module>
+               <!-- <module>misc</module>
                <module>cadi</module>
-               <module>auth</module>
+               <module>auth</module>  -->
        </modules>
 
        <distributionManagement>