Skip to content

Commit 64a569c

Browse files
committed
Add test-inclusive packaging for plugin development
1 parent 7d1d303 commit 64a569c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,13 @@
197197
</manifest>
198198
</archive>
199199
</configuration>
200+
<executions>
201+
<execution>
202+
<goals>
203+
<goal>test-jar</goal>
204+
</goals>
205+
</execution>
206+
</executions>
200207
</plugin>
201208
<plugin>
202209
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)