force running test-jar when using the cache

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-09-10 09:11:59 +10:00
parent b54ba94a82
commit 13c8ba4f63
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@
<executionControl> <executionControl>
<runAlways> <runAlways>
<goalsLists> <goalsLists>
<goalsList artifactId="maven-jar-plugin">
<goals>
<goal>test-jar</goal>
</goals>
</goalsList>
<goalsList artifactId="maven-install-plugin"> <goalsList artifactId="maven-install-plugin">
<goals> <goals>
<goal>install</goal> <goal>install</goal>