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.

Issue-id: AAF-59
Change-Id: I13a843d1b1868a12b0f0387ff2ba99e516c7601f
Signed-off-by: sg481n <sg481n@att.com>
diff --git a/authz-cmd/pom.xml b/authz-cmd/pom.xml
index 197414b..2306637 100644
--- a/authz-cmd/pom.xml
+++ b/authz-cmd/pom.xml
@@ -66,7 +66,7 @@
 		<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>

 		<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>

 		<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>

-		<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>

+		<sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>

   </properties>

   

   <dependencies>

@@ -127,6 +127,7 @@
 		<plugin>

 			<groupId>org.apache.maven.plugins</groupId>

 			<artifactId>maven-javadoc-plugin</artifactId>

+			<version>2.10.4</version>

 			<configuration>

 			<failOnError>false</failOnError>

 			</configuration>

@@ -138,7 +139,7 @@
 					</goals>

 				</execution>

 			</executions>

-		</plugin> 

+		</plugin>  

 	   

 	   

 	       <plugin>

@@ -238,33 +239,5 @@
 			<url>dav:${nexusproxy}${sitePath}</url>

 		</site>

 	</distributionManagement>

-<pluginRepositories>

-        <pluginRepository>

-            <id>onap-plugin-snapshots</id>

-            <url>https://nexus.onap.org/content/repositories/snapshots/</url>

-        </pluginRepository>

-    </pluginRepositories>

-	

-	<repositories>

-		<repository>

-			<id>central</id>

-			<name>Maven 2 repository 2</name>

-			<url>http://repo2.maven.org/maven2/</url>

-		</repository>

-		<repository>

-            <id>onap-jar-snapshots</id>

-            <url>https://nexus.onap.org/content/repositories/snapshots</url>

-        </repository>

-		<repository>

-			<id>spring-repo</id>

-			<name>Spring repo</name>

-			<url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>

-		</repository>

-		<repository>

-			<id>repository.jboss.org-public</id>

-			<name>JBoss.org Maven repository</name>

-			<url>https://repository.jboss.org/nexus/content/groups/public</url>

-		</repository>

-	</repositories>

 

 </project>