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

[US] Buildpacks unsupported Maven/Gradle goals/tasks #2494

Closed
manusa opened this issue Dec 4, 2023 · 1 comment
Closed

[US] Buildpacks unsupported Maven/Gradle goals/tasks #2494

manusa opened this issue Dec 4, 2023 · 1 comment
Milestone

Comments

@manusa
Copy link
Member

manusa commented Dec 4, 2023

Description

Part of #439

As a user, when I run an unsupported goal/task with the buildpacks strategy in my Maven/Gradle project I expect to receive a warning, so that I am aware that the goal/task is not yet supported.

@sunix sunix changed the title Buildpacks unsupported Maveng/Gradle goals/tasks [US] Buildpacks unsupported Maven/Gradle goals/tasks Dec 8, 2023
@rohanKanojia
Copy link
Member

We have made changes in these goals/tasks to throw exception buildpacks in build strategy

I think the rest of the goals should be unaffected by buildpacks build strategy as their functionality does not depend on the behavior of packaged container image:

  • k8sResource (deals with resource manifests)
  • k8sApply (deals with applying resource manifest)
  • k8sUndeploy (deals with deleting applied manifests)
  • k8sLog (interacts with K8s to get logs)
  • remoteDev (for exposing services)
  • helm (generate helm charts from resource manifests)
  • helmPush (push helm charts to helm/oci registries)
  • helmLint (lint generated charts)

@manusa manusa added this to the 1.17.0 milestone May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants