Skip to content

Commit

Permalink
[build] force bundlebee m2 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed May 13, 2024
1 parent d3bda66 commit 0796b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Github CI
on: [push, pull_request, workflow_dispatch]

env:
MAVEN_OPTS: -Dmaven.repo.local=/home/runner/work/fusion-examples/fusion-examples/.m2 -Dm2.location=/home/runner/work/fusion-examples/fusion-examples/.m2 -Dmaven.artifact.threads=256 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
MAVEN_OPTS: -Dmaven.repo.local=/home/runner/work/fusion-examples/fusion-examples/.m2 -Dmaven.artifact.threads=256 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions app-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@
<goal>placeholder-extract</goal>
</goals>
<configuration>
<kubeconfig>explicit</kubeconfig>
<httpclientThreads>1</httpclientThreads>
<skip>${bundlebee.placeholder-extract.skip}</skip>
<descriptions>${project.basedir}/bundlebee/descriptions.properties</descriptions>
<outputType>FILE</outputType>
Expand All @@ -126,7 +124,6 @@
observability.deploytime,loki-simple.rbac.apiVersion,prometheus-simple.rbac.apiVersion,
grafana-simple.namespace,loki-simple.namespace,prometheus-simple.namespace,zipkin-simple.namespace,namespace.name
</ignoredPlaceholders>
<kubeconfig>explicit</kubeconfig>
</configuration>
</execution>
</executions>
Expand All @@ -136,6 +133,7 @@
<kubeDryRun>${bundlebee.debug}</kubeDryRun>
<kubeVerbose>${bundlebee.debug}</kubeVerbose>
<mavenRepositoriesDownloadsEnabled>true</mavenRepositoriesDownloadsEnabled>
<mavenCache>${maven.repo.local}</mavenCache>
<skipPackaging>
<skipPackaging>none</skipPackaging>
</skipPackaging>
Expand Down

0 comments on commit 0796b43

Please sign in to comment.