Add profiles to all parent pom & authz-service 51/14251/2
authorsg481n <sg481n@att.com>
Thu, 21 Sep 2017 13:29:12 +0000 (13:29 +0000)
committersg481n <sg481n@att.com>
Thu, 21 Sep 2017 13:41:06 +0000 (13:41 +0000)
Add profiles tag to aaf parent pom & authz-service.earlier
mvn-profile was no there for docker relase.

Issue-id: AAF-60
Change-Id: I9a9c6eb843a7db23feeaba22436a7354bbcf1769
Signed-off-by: sg481n <sg481n@att.com>
authz-service/pom.xml
pom.xml

index b6b4b2f..d589b81 100644 (file)
                        <version>${project.cadiVersion}</version>\r
                </dependency>   \r
        </dependencies>\r
-       \r
+<profiles>\r
+   <profile>   \r
        <build>\r
            <plugins>\r
                <plugin>\r
                        </plugins>\r
 \r
        </build>\r
-\r
+</profile>\r
+</profiles>\r
                <distributionManagement>\r
                <repository>\r
                        <id>ecomp-releases</id>\r
diff --git a/pom.xml b/pom.xml
index d685e11..6089e17 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,6 @@
                <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
                <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
        </properties>
-
        <build>
                <pluginManagement>
                <plugins>
                </plugins>
                </pluginManagement>                     
     </build>   
-       
+       
        <dependencies> 
                <dependency>
                        <groupId>junit</groupId>