This is an automated email from the ASF dual-hosted git repository. bertty pushed a commit to branch debugger in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 9b7e6fb25bc5c09c4ed5c6432cb8e03d84053c9e Author: Bertty Contreras-Rojas <[email protected]> AuthorDate: Wed Apr 7 12:10:03 2021 -0400 [WAYANG-28] adding empty module of shipper using RabbitMQ --- wayang-plugins/wayang-hackit/wayang-hackit-shipper/pom.xml | 4 ++++ .../{ => wayang-hackit-shipper-rabbitmq}/pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wayang-plugins/wayang-hackit/wayang-hackit-shipper/pom.xml b/wayang-plugins/wayang-hackit/wayang-hackit-shipper/pom.xml index cd8c838..6f0c290 100644 --- a/wayang-plugins/wayang-hackit/wayang-hackit-shipper/pom.xml +++ b/wayang-plugins/wayang-hackit/wayang-hackit-shipper/pom.xml @@ -28,6 +28,10 @@ <modelVersion>4.0.0</modelVersion> <artifactId>wayang-hackit-shipper</artifactId> + <packaging>pom</packaging> + <modules> + <module>wayang-hackit-shipper-rabbitmq</module> + </modules> <properties> <maven.compiler.source>8</maven.compiler.source> diff --git a/wayang-plugins/wayang-hackit/wayang-hackit-shipper/pom.xml b/wayang-plugins/wayang-hackit/wayang-hackit-shipper/wayang-hackit-shipper-rabbitmq/pom.xml similarity index 92% copy from wayang-plugins/wayang-hackit/wayang-hackit-shipper/pom.xml copy to wayang-plugins/wayang-hackit/wayang-hackit-shipper/wayang-hackit-shipper-rabbitmq/pom.xml index cd8c838..36fff1c 100644 --- a/wayang-plugins/wayang-hackit/wayang-hackit-shipper/pom.xml +++ b/wayang-plugins/wayang-hackit/wayang-hackit-shipper/wayang-hackit-shipper-rabbitmq/pom.xml @@ -21,13 +21,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <artifactId>wayang-hackit</artifactId> + <artifactId>wayang-hackit-shipper</artifactId> <groupId>org.apache.wayang</groupId> <version>0.6.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>wayang-hackit-shipper</artifactId> + <artifactId>wayang-hackit-shipper-rabbitmq</artifactId> <properties> <maven.compiler.source>8</maven.compiler.source>
