Skip to content

Commit 540267d

Browse files
committed
use MAVEN_CLEAR_REPO for baseline S2I build
otherwise the size is inflated by maven .m2 directory Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 17af50a commit 540267d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

measure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ $S2I build --pull-policy never \
1313
-e MAVEN_S2I_ARTIFACT_DIRS=target \
1414
-e S2I_SOURCE_DEPLOYMENTS_FILTER="*.jar quarkus-app" \
1515
-e QUARKUS_PACKAGE_TYPE=uber-jar \
16+
-e MAVEN_CLEAR_REPO=true \
1617
-e JAVA_APP_JAR=getting-started-1.0.0-SNAPSHOT-runner.jar \
1718
--context-dir=$CONTEXTDIR -r=${rev} \
1819
$APPSRC \

0 commit comments

Comments
 (0)