Skip to content

Commit 0a4b353

Browse files
authored
Merge pull request #205 from bentatham/feature/add-test-jar
Add test jar, to be shared with others
2 parents e73c477 + 5af24fa commit 0a4b353

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
@@ -209,6 +209,18 @@
209209
<generateReleasePoms>false</generateReleasePoms>
210210
</configuration>
211211
</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>
212224
</plugins>
213225
</build>
214226

0 commit comments

Comments
 (0)