This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 07fb419 Updated CHANGELOG.md
new eaa290a doc: Add Maven configuration page
new e25d59c chore: Remove Maven configuration section from README
new 076d31d doc: Add Maven CA certificates documentation
new 9156284 test: Remove verbose option from Nexus repository API request
new c9ee97f chore: Parse Maven repository name attribute
new 6182c2f doc: Complete Maven repository extra attributes
new 2acb950 test: Assert no dependencies are downloaded from mirrored
repository
The 7 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:
README.adoc | 88 -------------
docs/modules/ROOT/nav.adoc | 1 +
docs/modules/ROOT/pages/configuration/maven.adoc | 153 +++++++++++++++++++++++
e2e/common/build/maven_ca_secret_test.go | 23 ++--
pkg/util/maven/maven_project.go | 11 +-
5 files changed, 173 insertions(+), 103 deletions(-)
create mode 100644 docs/modules/ROOT/pages/configuration/maven.adoc