diff options
author | Denis Anisimov <denis@vaadin.com> | 2016-10-06 17:17:52 +0300 |
---|---|---|
committer | Denis Anisimov <denis@vaadin.com> | 2016-10-07 09:25:30 +0300 |
commit | 39b8049755700178109c970ec36819f68a8b21d1 (patch) | |
tree | c45c27a19a31713b084a1d7f4d7a517af7efa027 /all | |
parent | cc479e9a44200f13001074d58903e6f2baa5253d (diff) | |
download | vaadin-framework-39b8049755700178109c970ec36819f68a8b21d1.tar.gz vaadin-framework-39b8049755700178109c970ec36819f68a8b21d1.zip |
Add new goal for japicmp to compare different API version
Change-Id: I89a1e18932bd8db6a53c8261c7ccb85379f0a4ee
Diffstat (limited to 'all')
-rw-r--r-- | all/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ </pluginManagement> </build> </profile> + <profile> + <id>apicmp</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <build> + <plugins> + <plugin> + <groupId>com.github.siom79.japicmp</groupId> + <artifactId>japicmp-maven-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> + </profile> </profiles> </project> |