force running test-jar when using the cache
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
b54ba94a82
commit
13c8ba4f63
|
@ -65,6 +65,11 @@
|
|||
<executionControl>
|
||||
<runAlways>
|
||||
<goalsLists>
|
||||
<goalsList artifactId="maven-jar-plugin">
|
||||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</goalsList>
|
||||
<goalsList artifactId="maven-install-plugin">
|
||||
<goals>
|
||||
<goal>install</goal>
|
||||
|
|
Loading…
Reference in New Issue