Rename some packages from openecomp to onap
[aai/aai-common.git] / aai-auth / pom.xml
index b6251fb..b8769dd 100644 (file)
@@ -11,8 +11,7 @@
     <version>1.2.0-SNAPSHOT</version>
 
     <properties>
-       <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
-        <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
+        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
     </properties>
 
 
         </plugins>
     </build>
 
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.17</version>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>checkstyle</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
 </project>