Provides console based editing of the project's pom.xml as well as helpful information on transtitive dependencies
Parameters for the goal:
| Parameter | Type | Expression | Default Value | Description |
|---|---|---|---|---|
emulateTerminal (Optional) |
boolean
|
${emulateTerminal}
|
false
|
Output will be quasi formatted for an ANSI terminal instead of using Maven's default log output. Specify -DemulateTerminal=true on the command line to enable this feature. |
inputHandler (Optional) (Discovered) |
InputHandler
|
-
|
-
|
Maven's default input handler |
localRepository
|
ArtifactRepository
|
${localRepository}
|
-
|
Local maven repository. |
reactorProjects
|
List
|
${reactorProjects}
|
-
|
Contains the full list of projects in the reactor. |
remoteArtifactRepositories
|
List
|
${project.remoteArtifactRepositories}
|
-
|
Remote repositories which will be searched for source attachments. |
session
|
MavenSession
|
${session}
|
-
|
The current build session instance. |
showUnparsedVersions (Optional) |
boolean
|
${model.showUnparsedVersions}
|
false
|
The List Dependencies screen will warn if it was unable to parse any of the dependency versions. This is disabled by default. |