Remove the license check goal 10/78710/1
authorJimmy Forsyth <jf2512@att.com>
Mon, 18 Feb 2019 22:02:53 +0000 (17:02 -0500)
committerJimmy Forsyth <jf2512@att.com>
Mon, 18 Feb 2019 22:02:57 +0000 (17:02 -0500)
Issue-ID: AAI-2162
Change-Id: I3be92eee49b6460550ced74ce1ed3a5783a6fa2a
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
aai-resources/pom.xml

index 9acdd3c..fe655c5 100644 (file)
         <maven.skip.tests>true</maven.skip.tests>
         <snapshot.file>${project.basedir}/snapshots/snapshot.graphson</snapshot.file>
 
-        <license.goal.type>check</license.goal.type>
         <jacoco.line.coverage.limit>0.68</jacoco.line.coverage.limit>
 
         <spring.web.version>4.3.21.RELEASE</spring.web.version>
                         <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>
         </pluginManagement>