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 42a0d2c527e86d6d7419d1d1140da43390e49a87 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Apr 7 14:40:56 2020 +0200 Camel-djl: Cleanup pom.xml a bit --- components/camel-djl/pom.xml | 63 -------------------------------------------- 1 file changed, 63 deletions(-) diff --git a/components/camel-djl/pom.xml b/components/camel-djl/pom.xml index 2930993..7a1c1a0 100644 --- a/components/camel-djl/pom.xml +++ b/components/camel-djl/pom.xml @@ -88,67 +88,4 @@ </dependency> </dependencies> - <build> - <defaultGoal>install</defaultGoal> - - <plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.8</source> - <target>1.8</target> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - - <!-- generate components meta-data --> - <plugin> - <groupId>org.apache.camel</groupId> - <artifactId>camel-package-maven-plugin</artifactId> - <version>${project.version}</version> - <executions> - <execution> - <id>generate</id> - <goals> - <goal>generate-component</goal> - </goals> - <phase>process-classes</phase> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <phase>initialize</phase> - <goals> - <goal>add-source</goal> - <goal>add-resource</goal> - </goals> - <configuration> - <sources> - <source>src/generated/java</source> - </sources> - <resources> - <resource> - <directory>src/generated/resources</directory> - </resource> - </resources> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </project>
