We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f654e2 commit 841089aCopy full SHA for 841089a
driver-core/pom.xml
@@ -189,6 +189,18 @@
189
We avoid packaging bundle because it does not play nicely with the shade plugin, see
190
https://stackoverflow.com/questions/31262032/maven-shade-plugin-and-custom-packaging-type
191
-->
192
+ <plugin>
193
+ <groupId>org.apache.maven.plugins</groupId>
194
+ <artifactId>maven-source-plugin</artifactId>
195
+ <executions>
196
+ <execution>
197
+ <id>attach-test-sources</id>
198
+ <goals>
199
+ <goal>test-jar-no-fork</goal>
200
+ </goals>
201
+ </execution>
202
+ </executions>
203
+ </plugin>
204
<plugin>
205
<groupId>org.apache.felix</groupId>
206
<artifactId>maven-bundle-plugin</artifactId>
0 commit comments