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.
2 parents e73c477 + 5af24fa commit 0a4b353Copy full SHA for 0a4b353
pom.xml
@@ -209,6 +209,18 @@
209
<generateReleasePoms>false</generateReleasePoms>
210
</configuration>
211
</plugin>
212
+ <plugin>
213
+ <groupId>org.apache.maven.plugins</groupId>
214
+ <artifactId>maven-jar-plugin</artifactId>
215
+ <executions>
216
+ <execution>
217
+ <id>test-jar</id>
218
+ <goals>
219
+ <goal>test-jar</goal>
220
+ </goals>
221
+ </execution>
222
+ </executions>
223
+ </plugin>
224
</plugins>
225
</build>
226
0 commit comments