itaross commented on issue #6701: Cannot create Pulsar-IO connector URL: https://github.com/apache/pulsar/issues/6701#issuecomment-611568592 Ok sorry @sijie you can close this. I have found the solution. I needed to add this inside the build tag in pom.xml: ``` <resources> <resource> <directory>src/main/resources/META-INF/services</directory> <targetPath>META-INF/services</targetPath> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.1.0</version> </plugin> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
