diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-02-18 17:48:29 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-02-18 17:48:35 -0500 |
commit | 55fc742e1d561e1aff6a8cddb67ecb00e89cba59 (patch) | |
tree | 870eec47a5e89cd4b23276432af30a10a92bbcda | |
parent | 8203b6ed3c2f4816859faaae40d3857bebe99a9f (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.xml | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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> |