diff options
author | Denis Anisimov <denis@vaadin.com> | 2016-10-07 12:54:31 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-10-07 13:18:13 +0000 |
commit | 8d825141f239a6f39a6d4ebd3b48ced7e97fc61b (patch) | |
tree | 567a31252fd88422f7854c0d8477a63d1700afc6 /all | |
parent | bc31da89c262caff9933abc94ef8af80b17329f8 (diff) | |
download | vaadin-framework-8d825141f239a6f39a6d4ebd3b48ced7e97fc61b.tar.gz vaadin-framework-8d825141f239a6f39a6d4ebd3b48ced7e97fc61b.zip |
Change japicmp profile activation to avoid run it for all modules.
Change-Id: Id25311621de43d247b21359a1069e694562a2762
Diffstat (limited to 'all')
-rw-r--r-- | all/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/all/pom.xml b/all/pom.xml index e4658dffd1..1630241db7 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -338,22 +338,5 @@ </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> |