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