Update License & modify properties in aaf/authz

Updated license file & sitepath modified and O-parent latest added to
parent pom of aaf/authz,Javadocs plugin version added & duplicate staging plugin
removed.Authz-core module sitepath updated.Profiles added in authz-service.

Change-Id: Icd9661a4d1a134062c9c88dbc9c8bd29362be2a7
Issue-id: AAF-59
Signed-off-by: sg481n <sg481n@att.com>
diff --git a/authz-service/pom.xml b/authz-service/pom.xml
index 3476055..674f410 100644
--- a/authz-service/pom.xml
+++ b/authz-service/pom.xml
@@ -140,8 +140,8 @@
 			<version>${project.cadiVersion}</version>

 		</dependency>   

 	</dependencies>

-<profiles>

-   <profile>	

+

+	

 	<build>

 	    <plugins>

 		

@@ -464,8 +464,18 @@
 			</plugins>

 

 	</build>

-</profile>

-</profiles>

+	<profiles>

+    <profile>

+      <id>docker</id>

+      <properties>

+        <skip.staging.artifacts>true</skip.staging.artifacts>

+        <skip.docker.build>false</skip.docker.build>

+        <skip.docker.tag>false</skip.docker.tag>

+        <skip.docker.push>false</skip.docker.push>

+      </properties>

+    </profile>

+  </profiles>

+

 		<distributionManagement>

 		<repository>

 			<id>ecomp-releases</id>