Remove the license check goal 12/78712/2
authorJimmy Forsyth <jf2512@att.com>
Mon, 18 Feb 2019 22:23:54 +0000 (17:23 -0500)
committerJimmy Forsyth <jf2512@att.com>
Mon, 18 Feb 2019 22:39:32 +0000 (17:39 -0500)
Issue-ID: AAI-2163
Change-Id: I5fb66f86843809691e3f4227268c73437822d9b3
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
aai-traversal/pom.xml

index 773fd38..d588e38 100644 (file)
         <plexus.utils.version>3.1.0</plexus.utils.version>
 
         <snapshot.file>${project.basedir}/snapshots/data.graphson</snapshot.file>
-        <license.goal.type>check</license.goal.type>
         <jacoco.line.coverage.limit>0.67</jacoco.line.coverage.limit>
 
         <!-- Start of Default ONAP Schema Properties -->
                         <skipExistingHeaders>true</skipExistingHeaders>
                         <skip>false</skip>
                     </configuration>
-                    <executions>
-                        <execution>
-                            <goals>
-                                <!-- Set goal to "format" to auto update license headers -->
-                                <goal>${license.goal.type}</goal>
-                            </goals>
-                            <phase>process-sources</phase>
-                        </execution>
-                    </executions>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.groovy.maven</groupId>
                     <skipExistingHeaders>false</skipExistingHeaders>
                     <skip>false</skip>
                 </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <!-- Set goal to "format" to auto update license headers -->
-                            <goal>${license.goal.type}</goal>
-                        </goals>
-                        <phase>process-sources</phase>
-                    </execution>
-                </executions>
             </plugin>
         </plugins>
     </build>