From 39b8049755700178109c970ec36819f68a8b21d1 Mon Sep 17 00:00:00 2001 From: Denis Anisimov Date: Thu, 6 Oct 2016 17:17:52 +0300 Subject: [PATCH] Add new goal for japicmp to compare different API version Change-Id: I89a1e18932bd8db6a53c8261c7ccb85379f0a4ee --- all/pom.xml | 17 +++++++++++++++++ pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/all/pom.xml b/all/pom.xml index 1630241db7..e4658dffd1 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -338,5 +338,22 @@ + + apicmp + + false + + + + + com.github.siom79.japicmp + japicmp-maven-plugin + + true + + + + + diff --git a/pom.xml b/pom.xml index 0092f32b63..53647e8a36 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ 9.3.7.v20160115 2.1.1 + @@ -279,6 +280,11 @@ org.eclipse.jgit 3.5.1.201410131835-r + + com.github.siom79.japicmp + japicmp-maven-plugin + 0.9.1 + @@ -600,6 +606,51 @@ + + apicmp + + false + + + + + com.github.siom79.japicmp + japicmp-maven-plugin + + + + ${project.groupId} + ${project.artifactId} + ${vaadin.api.reference.version} + jar + + + + + ${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging} + + + + true + true + true + true + true + true + + + + + verify + + cmp + + + + + + + -- 2.39.5