diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-02-18 17:02:53 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-02-18 17:02:57 -0500 |
commit | 21381caecb74273b07622a654eeda09170ac35b2 (patch) | |
tree | eef695f9f2a40920283ac897e602b8ae1971ede8 /aai-resources | |
parent | d2e095c4a1639691b065278f01bf56d6a81c3565 (diff) |
Remove the license check goal
Issue-ID: AAI-2162
Change-Id: I3be92eee49b6460550ced74ce1ed3a5783a6fa2a
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 9acdd3c..fe655c5 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -124,7 +124,6 @@ <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> @@ -920,15 +919,6 @@ <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> |