[AAI-ONAP] Fix the javadoc as well as comment 95/4895/1
authorVenkata Harish K Kajur <vk250x@att.com>
Thu, 8 Jun 2017 22:11:11 +0000 (18:11 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Thu, 8 Jun 2017 22:11:39 +0000 (18:11 -0400)
Change-Id: I26998ae4f87ee1e61674120030fcc4c2e3e40097
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-annotations/pom.xml
aai-core/pom.xml
aai-core/src/main/java/org/openecomp/aai/auth/exceptions/AAIUnrecognizedFunctionException.java
aai-schema/pom.xml

index c05cd3a..b8351a8 100644 (file)
                        <url>${nexusproxy}/content/repositories/snapshots/</url>
                </repository>
        </repositories>
-       
-       <reporting>
-         <plugins>
-           <plugin>
-             <groupId>org.apache.maven.plugins</groupId>
-             <artifactId>maven-javadoc-plugin</artifactId>
-             <version>2.10.4</version>
-             <configuration>
-               <failOnError>false</failOnError>
-               <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
-               <docletArtifact>
-                 <groupId>org.umlgraph</groupId>
-                 <artifactId>umlgraph</artifactId>
-                 <version>5.6</version>
-               </docletArtifact>
-               <additionalparam>-views</additionalparam>
-               <useStandardDocletOptions>true</useStandardDocletOptions>
-             </configuration>
-           </plugin>
-         </plugins>
-       </reporting>
 </project>
index e36e313..b1a0226 100644 (file)
                        <url>${nexusproxy}/content/repositories/snapshots/</url>
                </repository>
        </repositories>
-
        <reporting>
          <plugins>
            <plugin>
index b5ebcb9..5a3d8c6 100644 (file)
@@ -5,16 +5,16 @@
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
*      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  * ============LICENSE_END=========================================================
  */
 
index 776795d..4183cf5 100644 (file)
                </repository>
        </repositories>
        
-       <reporting>
-         <plugins>
-           <plugin>
-             <groupId>org.apache.maven.plugins</groupId>
-             <artifactId>maven-javadoc-plugin</artifactId>
-             <version>2.10.4</version>
-             <configuration>
-               <failOnError>false</failOnError>
-               <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
-               <docletArtifact>
-                 <groupId>org.umlgraph</groupId>
-                 <artifactId>umlgraph</artifactId>
-                 <version>5.6</version>
-               </docletArtifact>
-               <additionalparam>-views</additionalparam>
-               <useStandardDocletOptions>true</useStandardDocletOptions>
-             </configuration>
-           </plugin>
-         </plugins>
-       </reporting>
-       
 </project>