Create a graph of an arbitrary project.
Parameters for the goal:
| Parameter | Type | Expression | Default Value | Description |
|---|---|---|---|---|
artifact
|
String
|
${artifact}
|
-
|
Artifact to show in GUI. (format "groupId:artifactId:version") |
artifactFactory (Optional) (Discovered) |
ArtifactFactory
|
-
|
-
|
Artifact factory, needed to download source jars for inclusion in classpath. |
artifactRepositoryFactory (Optional) (Discovered) |
ArtifactRepositoryFactory
|
-
|
-
|
Artifact Repository Factory. |
artifactResolver (Optional) (Discovered) |
ArtifactResolver
|
-
|
-
|
Artifact resolver, needed to download source jars for inclusion in classpath. |
localRepository
|
ArtifactRepository
|
${localRepository}
|
-
|
Local maven repository. |
mavenMetadataSource (Optional) (Discovered) |
MavenMetadataSource
|
-
|
-
|
Maven Metasource |
mavenProjectBuilder (Optional) (Discovered) |
MavenProjectBuilder
|
-
|
-
|
Project Builder, used to create a dummy project. |