Remove the license check goal
[aai/aai-common.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 21dd6f3..f90fea9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         <skipExistingHeaders>true</skipExistingHeaders>
                         <skip>false</skip>
                     </configuration>
-                    <executions>
-                        <execution>
-                            <goals>
-                                <!-- Set goal to "format" to auto update license headers -->
-                                <goal>check</goal>
-                            </goals>
-                            <phase>process-sources</phase>
-                        </execution>
-                    </executions>
                 </plugin>
             </plugins>
         </pluginManagement>