diff options
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> |