From 03bc34e843e61eb0def19397043461ca480293bd Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 22 Jun 2023 12:38:39 +0000 Subject: [PATCH] Tighten language (#327) --- src/site/apt/usage.apt.vm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm index a67381c74..6a8db0cf7 100644 --- a/src/site/apt/usage.apt.vm +++ b/src/site/apt/usage.apt.vm @@ -333,7 +333,7 @@ mvn dependency:unpack Also included is the ability to include or exclude by type (war, jar etc), scope (runtime, test, etc), classifier (jdk14, sources, etc), groupId, artifactId, or a combination of them. - <> As of 2.0-alpha-5, you may mix includes and excludes of the same category (ie scope). Includes are processed before excludes. + <> You can mix includes and excludes of the same category (i.e. scope). Includes are processed before excludes. See the {{{#Overwrite_Rules}Overwrite Rules}} section for rules about how overwriting is handled. @@ -643,7 +643,7 @@ java -cp `cat resultFile` MyClass mvn dependency:build-classpath +---+ - or to write the classpath to cp.txt.: + or to write the classpath to cp.txt: +---+ mvn dependency:build-classpath -Dmdep.outputFile=cp.txt @@ -682,13 +682,13 @@ mvn dependency:build-classpath -Dmdep.outputFile=cp.txt * <<>> - This goal is used to list all the repositories that this build depends upon. It will show repositories defined in your settings, - poms and declared in transitive dependency poms. + This goal lists all the repositories that this build depends upon. It shows repositories defined in your settings, + poms, and declared in transitive dependency poms. * <<>> - This goal is used to fetch an artifact and (optionally) its dependencies from remote repositories using its Maven coordinates. + This goal fetches an artifact and (optionally) its dependencies from remote repositories using its Maven coordinates. +-----+ mvn dependency:get -DgroupId=org.apache.maven -DartifactId=maven-core -Dversion=2.2.1 -Dpackaging=jar -Dclassifier=sources -DremoteRepositories=central::default::https://repo.maven.apache.org/maven2,myrepo::::http://myrepo.com/maven2