aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-02-18 17:23:54 -0500
committerJimmy Forsyth <jf2512@att.com>2019-02-18 17:39:32 -0500
commitf4b34ad991933bd3c9a4d3147fcafc42c1e47179 (patch)
treea222bc3ec647605602eb692ee3b822ba2fe6427d
parenta0bbb93ab59028e603257351945822084cc490fd (diff)
Remove the license check goal
Issue-ID: AAI-2163 Change-Id: I5fb66f86843809691e3f4227268c73437822d9b3 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--aai-traversal/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 773fd38..d588e38 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -144,7 +144,6 @@
<plexus.utils.version>3.1.0</plexus.utils.version>
<snapshot.file>${project.basedir}/snapshots/data.graphson</snapshot.file>
- <license.goal.type>check</license.goal.type>
<jacoco.line.coverage.limit>0.67</jacoco.line.coverage.limit>
<!-- Start of Default ONAP Schema Properties -->
@@ -893,15 +892,6 @@
<skipExistingHeaders>true</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>
<plugin>
<groupId>org.codehaus.groovy.maven</groupId>
@@ -1163,15 +1153,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>
</build>