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