This is an automated email from the ASF dual-hosted git repository.
maartenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push:
new 489da1e2 Update ibiblio.adoc
489da1e2 is described below
commit 489da1e2fcc1f764a6274bfe8392cfc6f881e8c9
Author: Maarten Coene <[email protected]>
AuthorDate: Sat Jun 27 00:06:10 2026 +0200
Update ibiblio.adoc
IVY-1666: try to be a bit more precise in mentionning Maven Central
Repository
---
asciidoc/resolver/ibiblio.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/asciidoc/resolver/ibiblio.adoc b/asciidoc/resolver/ibiblio.adoc
index fc9d428d..35d71692 100644
--- a/asciidoc/resolver/ibiblio.adoc
+++ b/asciidoc/resolver/ibiblio.adoc
@@ -17,7 +17,7 @@
under the License.
////
-= Maven Central repository resolver
+= Maven resolver
[]
|=======
@@ -27,9 +27,9 @@
|=======
-[ivysettings.resolvers.ibiblio]#This resolver usually uses the Maven Central
repository to find artifacts.#
+[ivysettings.resolvers.ibiblio]#This resolver usually uses the Maven Central
Repository to find artifacts.#
-(*__since 1.3__*) Using the `m2compatible` attribute, you can benefit from
Maven 2 repository compatibility (convert dots in organisation into slashes,
search for POMs, use transitive dependencies of POMs). This setting also
affects the default place where the resolver looks for its artifacts to point
to the Maven 2 repository. So setting this attribute to `true` is sufficient to
use Maven 2 ibiblio repository.
+(*__since 1.3__*) Using the `m2compatible` attribute, you can benefit from
Maven 2 repository compatibility (convert dots in organisation into slashes,
search for POMs, use transitive dependencies of POMs). This setting also
affects the default place where the resolver looks for its artifacts to point
to the Maven 2 repository. So setting this attribute to `true` is sufficient to
use the Maven Central repository.
(*__since 1.4__*) When using the `m2compatible` flag, you can disable the use
of POMs by setting the usepoms flag to `false`. It is then roughly equivalent
to a URL resolver configured like this:
@@ -73,7 +73,7 @@ This resolver shares the
link:../settings/resolvers{outfilesuffix}#common[common
----
-Defines a resolver called `maven2` using the Maven 2 public repository to find
module metadata (using Maven 2 POMs) and artifacts.
+Defines a resolver called `maven2` using the Maven Central Repository to find
module metadata (using Maven 2 POMs) and artifacts.
'''