aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-02-18 17:48:29 -0500
committerJimmy Forsyth <jf2512@att.com>2019-02-18 17:48:35 -0500
commit55fc742e1d561e1aff6a8cddb67ecb00e89cba59 (patch)
tree870eec47a5e89cd4b23276432af30a10a92bbcda
parent8203b6ed3c2f4816859faaae40d3857bebe99a9f (diff)
Remove the license check goal
Issue-ID: AAI-2167 Change-Id: I4be9427b3f8ea905837c24fc9744c9118da45216 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 21dd6f3f..f90fea90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,15 +115,6 @@
<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>