Removed below sonar issues:
[aai/aai-common.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d2ca727..a4bbde8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,8 @@
     <artifactId>aai-common</artifactId>
     <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>aai-common</name>
+    <name>aai-aai-common</name>
+    <description>Contains all of the common code for resources and traversal repos</description>
 
     <modules>
         <module>aai-schema</module>
@@ -23,6 +24,7 @@
 
     <properties>
         <sitePath>/content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version}</sitePath>
+       <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
         <aai.annotations.version>1.1.0-SNAPSHOT</aai.annotations.version>
         <aai.schema.version>1.1.0-SNAPSHOT</aai.schema.version>
         <aai.core.version>1.1.0-SNAPSHOT</aai.core.version>
                         <target>1.8</target>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>license-maven-plugin</artifactId>
-                    <version>1.12</version>
-                    <configuration>
-                        <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
-                        <licenseName>apache_v2</licenseName>
-                        <inceptionYear>2017</inceptionYear>
-                        <organizationName>AT&amp;T Intellectual Property. All rights reserved.</organizationName>
-                        <projectName>org.openecomp.aai</projectName>
-                        <canUpdateCopyright>true</canUpdateCopyright>
-                        <canUpdateDescription>true</canUpdateDescription>
-                        <canUpdateLicense>true</canUpdateLicense>
-                        <emptyLineAfterHeader>true</emptyLineAfterHeader>
-                        <processStartTag>
-                            ============LICENSE_START=======================================================
-                        </processStartTag>
-                        <processEndTag>
-                            ============LICENSE_END=========================================================
-                        </processEndTag>
-                        <sectionDelimiter>
-                            ================================================================================
-                        </sectionDelimiter>
-                        <includes>
-                            <include>**/*.java</include>
-                            <include>**/*.ksh</include>
-                            <include>**/*.sh</include>
-                            <include>**/*.ftl</include>
-                            <include>**/*.xsd</include>
-                            <include>**/*.xjb</include>
-                            <include>**/aai*.xml</include>
-                            <include>**/*logback*.xml</include>
-                            <include>**/*aaiconfig*.properties</include>
-                            <include>**/*titan*.properties</include>
-                        </includes>
-                        <excludes>
-                            <exclude>ecomp-auth/*</exclude>
-                        </excludes>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <id>first</id>
-                            <goals>
-                                <goal>update-file-header</goal>
-                            </goals>
-                            <phase>process-sources</phase>
-                        </execution>
-                    </executions>
-                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>