You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/03/22 11:27:51 UTC

[camel] branch main updated: (chores) build: cleanup empty plugin references in build files

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

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


The following commit(s) were added to refs/heads/main by this push:
     new fbd7a139435 (chores) build: cleanup empty plugin references in build files
fbd7a139435 is described below

commit fbd7a139435b295e2702546cf94d3f74e67a29cf
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 22 11:14:34 2023 +0100

    (chores) build: cleanup empty plugin references in build files
---
 catalog/camel-catalog-lucene/pom.xml       |  6 ------
 core/camel-core-processor/pom.xml          |  6 ------
 core/camel-core-reifier/pom.xml            |  6 ------
 tests/pom.xml                              |  5 -----
 tooling/camel-tooling-maven/pom.xml        |  6 ------
 tooling/camel-tooling-model/pom.xml        |  6 ------
 tooling/camel-tooling-util/pom.xml         |  6 ------
 tooling/camel-util-json/pom.xml            |  5 -----
 tooling/openapi-rest-dsl-generator/pom.xml |  6 ------
 tooling/spi-annotations/pom.xml            | 11 -----------
 10 files changed, 63 deletions(-)

diff --git a/catalog/camel-catalog-lucene/pom.xml b/catalog/camel-catalog-lucene/pom.xml
index 98ecec91284..a885586d8b5 100644
--- a/catalog/camel-catalog-lucene/pom.xml
+++ b/catalog/camel-catalog-lucene/pom.xml
@@ -86,10 +86,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-        </plugins>
-    </build>
-
 </project>
diff --git a/core/camel-core-processor/pom.xml b/core/camel-core-processor/pom.xml
index 5ecf14a2b83..bca411a41bd 100644
--- a/core/camel-core-processor/pom.xml
+++ b/core/camel-core-processor/pom.xml
@@ -57,10 +57,4 @@
         </dependency>
 
     </dependencies>
-
-    <build>
-        <plugins>
-        </plugins>
-    </build>
-
 </project>
diff --git a/core/camel-core-reifier/pom.xml b/core/camel-core-reifier/pom.xml
index 8106c208537..2fecc7e7514 100644
--- a/core/camel-core-reifier/pom.xml
+++ b/core/camel-core-reifier/pom.xml
@@ -72,10 +72,4 @@
         </dependency>
 
     </dependencies>
-
-    <build>
-        <plugins>
-        </plugins>
-    </build>
-
 </project>
diff --git a/tests/pom.xml b/tests/pom.xml
index 8d1961e6d89..0bd44b2876b 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -44,9 +44,4 @@
         <module>camel-partial-classpath-test</module>
         <module>camel-typeconverterscan-test</module>
     </modules>
-
-    <build>
-        <plugins>
-        </plugins>
-    </build>
 </project>
diff --git a/tooling/camel-tooling-maven/pom.xml b/tooling/camel-tooling-maven/pom.xml
index 34633f5a4bd..378cb70cc71 100644
--- a/tooling/camel-tooling-maven/pom.xml
+++ b/tooling/camel-tooling-maven/pom.xml
@@ -117,10 +117,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-        </plugins>
-    </build>
-
 </project>
diff --git a/tooling/camel-tooling-model/pom.xml b/tooling/camel-tooling-model/pom.xml
index 8d826cd27bf..05d6e0df07d 100644
--- a/tooling/camel-tooling-model/pom.xml
+++ b/tooling/camel-tooling-model/pom.xml
@@ -47,10 +47,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-        </plugins>
-    </build>
-
 </project>
diff --git a/tooling/camel-tooling-util/pom.xml b/tooling/camel-tooling-util/pom.xml
index 6e0082731e8..72dae03888c 100644
--- a/tooling/camel-tooling-util/pom.xml
+++ b/tooling/camel-tooling-util/pom.xml
@@ -42,10 +42,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-        </plugins>
-    </build>
-
 </project>
diff --git a/tooling/camel-util-json/pom.xml b/tooling/camel-util-json/pom.xml
index 5ce54dd1712..ae11238ee37 100644
--- a/tooling/camel-util-json/pom.xml
+++ b/tooling/camel-util-json/pom.xml
@@ -42,9 +42,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-        </plugins>
-    </build>
 </project>
diff --git a/tooling/openapi-rest-dsl-generator/pom.xml b/tooling/openapi-rest-dsl-generator/pom.xml
index e1b5e4b2a10..a514383002e 100644
--- a/tooling/openapi-rest-dsl-generator/pom.xml
+++ b/tooling/openapi-rest-dsl-generator/pom.xml
@@ -113,10 +113,4 @@
         </dependency>
 
     </dependencies>
-
-    <build>
-        <plugins>
-        </plugins>
-    </build>
-
 </project>
diff --git a/tooling/spi-annotations/pom.xml b/tooling/spi-annotations/pom.xml
index 1a3c500371f..2dd94b27230 100644
--- a/tooling/spi-annotations/pom.xml
+++ b/tooling/spi-annotations/pom.xml
@@ -31,15 +31,4 @@
 
     <name>Camel :: SPI Annotations</name>
     <description>Annotations for Camel Endpoint developers</description>
-
-    <properties>
-    </properties>
-
-    <dependencies>
-    </dependencies>
-
-    <build>
-        <plugins>
-        </plugins>
-    </build>
 </project>