Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

/**
* <p>
* Goal that collects the project dependencies from the repository. This goal requires Maven 3.0 or higher to function
* because it uses "requiresDependencyCollection". This means that it lists the groupId:artifactId:version information
* Goal that collects the project dependencies from the repository. This goal
* uses "requiresDependencyCollection" to list the groupId:artifactId:version information
* by downloading the pom files without downloading the actual artifacts such as jar files.
* </p>
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
import org.sonatype.plexus.build.incremental.BuildContext;

/**
* Goal that resolves the project dependencies from the repository. When using this goal while running on Java 9 the
* Goal that resolves the project dependencies from the repository. When running on Java 9, the
* module names will be visible as well.
*
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
Expand Down