Skip to content

Commit 03bc34e

Browse files
authored
Tighten language (#327)
1 parent 694655d commit 03bc34e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/site/apt/usage.apt.vm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ mvn dependency:unpack
333333

334334
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.
335335

336-
<<Note:>> As of 2.0-alpha-5, you may mix includes and excludes of the same category (ie scope). Includes are processed before excludes.
336+
<<Note:>> You can mix includes and excludes of the same category (i.e. scope). Includes are processed before excludes.
337337

338338
See the {{{#Overwrite_Rules}Overwrite Rules}} section for rules about how overwriting is handled.
339339

@@ -643,7 +643,7 @@ java -cp `cat resultFile` MyClass
643643
mvn dependency:build-classpath
644644
+---+
645645

646-
or to write the classpath to cp.txt.:
646+
or to write the classpath to cp.txt:
647647

648648
+---+
649649
mvn dependency:build-classpath -Dmdep.outputFile=cp.txt
@@ -682,13 +682,13 @@ mvn dependency:build-classpath -Dmdep.outputFile=cp.txt
682682

683683
* <<<dependency:list-repositories>>>
684684

685-
This goal is used to list all the repositories that this build depends upon. It will show repositories defined in your settings,
686-
poms and declared in transitive dependency poms.
685+
This goal lists all the repositories that this build depends upon. It shows repositories defined in your settings,
686+
poms, and declared in transitive dependency poms.
687687

688688

689689
* <<<dependency:get>>>
690690

691-
This goal is used to fetch an artifact and (optionally) its dependencies from remote repositories using its Maven coordinates.
691+
This goal fetches an artifact and (optionally) its dependencies from remote repositories using its Maven coordinates.
692692

693693
+-----+
694694
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

0 commit comments

Comments
 (0)