Skip to content

Commit 5af24fa

Browse files
committed
Add test jar, to be shared with others
1 parent 2c96c35 commit 5af24fa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,18 @@
208208
<generateReleasePoms>false</generateReleasePoms>
209209
</configuration>
210210
</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>
211223
</plugins>
212224
</build>
213225

0 commit comments

Comments
 (0)