Skip to content

Commit 816a607

Browse files
author
Eric K. Sender
committed
Allowing creation of a test-jar so other groups can use/extend you extensive test code
1 parent e4eb048 commit 816a607

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docker-java/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,19 @@
157157
</instructions>
158158
</configuration>
159159
</plugin>
160+
161+
<plugin>
162+
<groupId>org.apache.maven.plugins</groupId>
163+
<artifactId>maven-jar-plugin</artifactId>
164+
<version>3.2.0</version>
165+
<executions>
166+
<execution>
167+
<goals>
168+
<goal>test-jar</goal>
169+
</goals>
170+
</execution>
171+
</executions>
172+
</plugin>
160173
</plugins>
161174
</build>
162175
</project>

0 commit comments

Comments
 (0)