aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-02-18 17:36:03 -0500
committerJimmy Forsyth <jf2512@att.com>2019-02-18 17:36:08 -0500
commitc9c31ea54eb1ac2a7db80c47542d0cac7b9b59e8 (patch)
tree96fda7ffba0d8b149735ff1e12224773fb8078d4
parent9f6237d6ac7be34b8dbd3604ff70de6201be4262 (diff)
Remove the license check goal
Issue-ID: AAI-2166 Change-Id: I2ee02965ffcbbf8e0521e5369f02a5580d9193c5 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 ce988bb..c4fdb1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,6 @@
<!-- GMaven plugin uses this property to figure out the name of the docker tag -->
<aai.project.version>${project.version}</aai.project.version>
<checkstyle.skip>false</checkstyle.skip>
- <license.goal.type>check</license.goal.type>
</properties>
<build>
<pluginManagement>
@@ -100,15 +99,6 @@
<header>LICENSE_ALT1.txt</header>
</validHeaders>
</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>