You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/04/09 14:47:09 UTC

[GitHub] [pulsar] itaross commented on issue #6701: Cannot create Pulsar-IO connector

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:
users@infra.apache.org


With regards,
Apache Git Services