Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable maven options #1332

Closed
lburgazzoli opened this issue Mar 10, 2020 · 0 comments · Fixed by #2879
Closed

Configurable maven options #1332

lburgazzoli opened this issue Mar 10, 2020 · 0 comments · Fixed by #2879
Assignees
Labels
area/build-operator Related to the internal image build operator
Milestone

Comments

@lburgazzoli
Copy link
Contributor

When a maven build is triggered, it shows transfer when downloading artifacts, we should make it configurable i.e. by letting user to define global maven options

  apiVersion: camel.apache.org/v1
  kind: IntegrationPlatform
  metadata:
    labels:
      app: camel-k
    name: camel-k
  spec:
    build:
      maven:
        options:
          - "--no-transfer-progress"
          - "-V"
@lburgazzoli lburgazzoli added this to the 1.1.0 milestone Jun 5, 2020
@nicolaferraro nicolaferraro modified the milestones: 1.1.0, 1.2.0 Jul 17, 2020
@astefanutti astefanutti added the area/build-operator Related to the internal image build operator label Jul 21, 2020
@astefanutti astefanutti self-assigned this Jul 21, 2020
@astefanutti astefanutti modified the milestones: 1.2.0, 1.3.0 Oct 13, 2020
@nicolaferraro nicolaferraro modified the milestones: 1.3.0, 1.4.0 Dec 22, 2020
@nicolaferraro nicolaferraro modified the milestones: 1.4.0, 1.5.0 Apr 13, 2021
@nicolaferraro nicolaferraro modified the milestones: 1.5.0, 1.6.0 Jul 5, 2021
@nicolaferraro nicolaferraro modified the milestones: 1.6.0, 1.7.0 Sep 7, 2021
@nicolaferraro nicolaferraro modified the milestones: 1.7.0, 1.8.0 Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-operator Related to the internal image build operator
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants