We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bf29b commit 6e4f80fCopy full SHA for 6e4f80f
kafka-connect-neo4j/pom.xml
@@ -73,6 +73,18 @@
73
74
<build>
75
<plugins>
76
+ <plugin>
77
+ <artifactId>maven-resources-plugin</artifactId>
78
+ <configuration>
79
+ <outputDirectory>${project.build.outputDirectory}</outputDirectory>
80
+ <resources>
81
+ <resource>
82
+ <directory>src/main/resources</directory>
83
+ <filtering>true</filtering>
84
+ </resource>
85
+ </resources>
86
+ </configuration>
87
+ </plugin>
88
<plugin>
89
<groupId>io.confluent</groupId>
90
<artifactId>kafka-connect-maven-plugin</artifactId>
0 commit comments