aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-02-18 17:28:57 -0500
committerJimmy Forsyth <jf2512@att.com>2019-02-18 17:29:01 -0500
commit0b34ffe4688a8dfd0c448fb1141926ede555d8df (patch)
tree1a23ab911b6a9a6886c5e2f539207aed563c3b91
parent159258e8faa8b4433d3678d33d5e50fb73ee3e68 (diff)
Remove the license check goal
Issue-ID: AAI-2164 Change-Id: I87400db24075803736c3886d8a0f067dd419519e Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index de64ad2..2bcd732 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,6 @@
<service.account>aai-svc-account</service.account>
<docker.namespace>openecomp</docker.namespace>
- <license.goal.type>check</license.goal.type>
<!--
Nexus Proxy Properties and Snapshot Locations
@@ -681,15 +680,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>
<!-- mention the logback.xml location through system property or environment