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:51:33 UTC

empire-db git commit: Disable animal-sniffer-maven-plugin for testing

Repository: empire-db
Updated Branches:
  refs/heads/master 628844895 -> 0a03d0f98


Disable animal-sniffer-maven-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/0a03d0f9
Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/0a03d0f9
Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/0a03d0f9

Branch: refs/heads/master
Commit: 0a03d0f98c4f049a506b7dc1de38ace7c9a42765
Parents: 6288448
Author: Rainer Döbele <do...@apache.org>
Authored: Wed Sep 19 14:51:28 2018 +0200
Committer: Rainer Döbele <do...@apache.org>
Committed: Wed Sep 19 14:51:28 2018 +0200

----------------------------------------------------------------------
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/0a03d0f9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c1fe702..65304c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -397,10 +397,12 @@
 				<artifactId>maven-bundle-plugin</artifactId>
 				<inherited>true</inherited>
 			</plugin>
+			<!-- 
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>animal-sniffer-maven-plugin</artifactId>
 			</plugin>
+			 -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
@@ -533,7 +535,7 @@
 						</execution>
 					</executions>
 				</plugin>
-				<!-- check that all api calls are java5 compatible -->
+				<!-- check that all api calls are java5 compatible 
 				<plugin>
 					<groupId>org.codehaus.mojo</groupId>
 					<artifactId>animal-sniffer-maven-plugin</artifactId>
@@ -555,6 +557,7 @@
 						</signature>
 					</configuration>
 				</plugin>
+				-->
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-eclipse-plugin</artifactId>