You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/09 07:03:10 UTC

[camel] 01/03: Polishing a bit: Removed Revapi profile, it's not really used

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e46b24e152133337c7d663bad99ddeb436d52497
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 9 09:01:08 2020 +0200

    Polishing a bit: Removed Revapi profile, it's not really used
---
 parent/pom.xml | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e469b4b..86433f9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4467,37 +4467,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>revapi</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.revapi</groupId>
-                        <artifactId>revapi-maven-plugin</artifactId>
-                        <version>${revapi-maven-plugin-version}</version>
-                        <dependencies>
-                            <dependency>
-                                <groupId>org.revapi</groupId>
-                                <artifactId>revapi-java</artifactId>
-                                <version>${revapi-java-version}</version>
-                            </dependency>
-                        </dependencies>
-                        <configuration>
-                            <analysisConfigurationFiles>
-                                <file>${project.basedir}/src/revapi/ignore.json</file>
-                            </analysisConfigurationFiles>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>check</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
 
         <profile>
             <id>dependencycheck</id>