You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2018/09/19 12:01:07 UTC

empire-db git commit: Disable maven-licencse-plugin for testing

Repository: empire-db
Updated Branches:
  refs/heads/master b4d10ea83 -> 9c2c79612


Disable maven-licencse-plugin for testing


Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo
Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/9c2c7961
Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/9c2c7961
Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/9c2c7961

Branch: refs/heads/master
Commit: 9c2c796122762738c33383f1d5a53e814baa4c2f
Parents: b4d10ea
Author: Rainer Döbele <do...@apache.org>
Authored: Wed Sep 19 14:01:00 2018 +0200
Committer: Rainer Döbele <do...@apache.org>
Committed: Wed Sep 19 14:01:00 2018 +0200

----------------------------------------------------------------------
 pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/9c2c7961/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dfd3257..2ad708f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,15 +64,16 @@
 			<id>CI</id>
 			<build>
 				<plugins>
-					<!-- check the apache headers -->
+					<!-- check the apache headers 
 					<plugin>
 						<groupId>com.mycila</groupId>
 						<artifactId>license-maven-plugin</artifactId>
 						<configuration>
-							<!-- TODO enable strict checking and fix issues -->
+							<! - TODO enable strict checking and fix issues - >
 							<strictCheck>false</strictCheck>
 						</configuration>
 					</plugin>
+					-->
 					<plugin>
 				      	<groupId>org.apache.rat</groupId>
         				<artifactId>apache-rat-plugin</artifactId>
@@ -475,6 +476,7 @@
                         </execution>
                     </executions>
                 </plugin>
+                <!-- 
 				<plugin>
 		            <groupId>com.mycila</groupId>
 		            <artifactId>license-maven-plugin</artifactId>
@@ -482,7 +484,7 @@
 		            <configuration>
 		                <basedir>${basedir}</basedir>
 		                <header>tools/header.txt</header>
-		                <!--<header>${basedir}/src/etc/header.txt</header>-->
+		                <! - <header>${basedir}/src/etc/header.txt</header> - >
 		                <quiet>false</quiet>
 		                <failIfMissing>true</failIfMissing>
 		                <aggregate>false</aggregate>
@@ -503,6 +505,7 @@
 		                </execution>
 		            </executions>
 		        </plugin>
+		         -->
 		        <!-- When enforcer enabled this will make sure we compile using java 1.6.x using maven 3.x -->
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>