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>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue