We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91a7a80 + b8dd332 commit 3e0d610Copy full SHA for 3e0d610
connectors/mariadb-connector/pom.xml
@@ -219,6 +219,25 @@
219
</execution>
220
</executions>
221
</plugin>
222
+ <plugin>
223
+ <groupId>org.codehaus.mojo</groupId>
224
+ <artifactId>build-helper-maven-plugin</artifactId>
225
+ <version>3.2.0</version>
226
+ <executions>
227
+ <execution>
228
+ <id>add-source</id>
229
+ <phase>generate-sources</phase>
230
+ <goals>
231
+ <goal>add-source</goal>
232
+ </goals>
233
+ <configuration>
234
+ <sources>
235
+ <source>src/main/overwrite/</source>
236
+ </sources>
237
+ </configuration>
238
+ </execution>
239
+ </executions>
240
+ </plugin>
241
</plugins>
242
</build>
243
0 commit comments