Skip to content

Commit

Permalink
[issue-1323] - Use local Maven in JKubeMavenPluginResourceGeneratorBu…
Browse files Browse the repository at this point in the history
…ilder
  • Loading branch information
fabiobrz committed Dec 22, 2024
1 parent c9bbe3c commit 15cc163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void build() {
final ConfigurationDistributionStage distributionStage = EmbeddedMaven
.forProject(pom.toFile())
.setQuiet(quietMode)
.useDefaultDistribution()
.useLocalInstallation()
.setDebug(mvnDebugOutput)
.setDebugLoggerLevel()
.setGoals(forOpenshift ? openshiftGoals : k8sGoals)
Expand Down

0 comments on commit 15cc163

Please sign in to comment.