Remove the license check goal 16/78716/1
authorJimmy Forsyth <jf2512@att.com>
Mon, 18 Feb 2019 22:36:03 +0000 (17:36 -0500)
committerJimmy Forsyth <jf2512@att.com>
Mon, 18 Feb 2019 22:36:08 +0000 (17:36 -0500)
Issue-ID: AAI-2166
Change-Id: I2ee02965ffcbbf8e0521e5369f02a5580d9193c5
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index ce988bb..c4fdb1b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,6 @@
         <!-- GMaven plugin uses this property to figure out the name of the docker tag -->
         <aai.project.version>${project.version}</aai.project.version>
         <checkstyle.skip>false</checkstyle.skip>
-        <license.goal.type>check</license.goal.type>
     </properties>
     <build>
         <pluginManagement>
                             <header>LICENSE_ALT1.txt</header>
                         </validHeaders>
                     </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>