This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 76ccd9a Fixed missing packaging configuration for the Cassandra test infra (#4505) 76ccd9a is described below commit 76ccd9a071797f893cb35e8c3356232c544325d4 Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com> AuthorDate: Fri Oct 23 17:33:42 2020 +0200 Fixed missing packaging configuration for the Cassandra test infra (#4505) --- test-infra/camel-test-infra-cassandra/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-cassandra/pom.xml b/test-infra/camel-test-infra-cassandra/pom.xml index 78828be..39a64ff 100644 --- a/test-infra/camel-test-infra-cassandra/pom.xml +++ b/test-infra/camel-test-infra-cassandra/pom.xml @@ -50,5 +50,12 @@ </dependency> </dependencies> - + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + </plugin> + </plugins> + </build> </project> \ No newline at end of file