This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 030f95804 feat(cli): promote kameletbinding support
     new 6c397ba62 Add settings security to Maven build
     new d93c44bcc New resources generated from make command

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 config/crd/bases/camel.apache.org_builds.yaml      |  44 +++++++
 .../camel.apache.org_integrationplatforms.yaml     |  84 ++++++++++++
 docs/modules/ROOT/pages/configuration/maven.adoc   |  33 ++++-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |   8 ++
 examples/maven/README.md                           |  17 +++
 examples/maven/ip.yaml                             |  15 +++
 helm/camel-k/crds/crd-build.yaml                   |  44 +++++++
 helm/camel-k/crds/crd-integration-platform.yaml    |  84 ++++++++++++
 pkg/apis/camel/v1/maven_types.go                   |   3 +
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |   1 +
 pkg/builder/project.go                             |   8 ++
 pkg/builder/project_test.go                        | 142 +++++++++++++++++++++
 pkg/builder/quarkus.go                             |   2 +
 pkg/builder/types.go                               |  11 +-
 pkg/resources/resources.go                         |   8 +-
 pkg/util/maven/maven_command.go                    |   7 +
 16 files changed, 501 insertions(+), 10 deletions(-)
 create mode 100644 examples/maven/README.md
 create mode 100644 examples/maven/ip.yaml

Reply via email to