| Package | Description |
|---|---|
| com.atlassian.confluence.test.plugin.maven |
| Modifier and Type | Class and Description |
|---|---|
class |
FileMavenDependency
Represents a maven dependency found at the provided location.
|
class |
LocalMavenDependency
Represents a Maven dependency found in the local repository.
|
| Modifier and Type | Method and Description |
|---|---|
MavenDependency |
MavenUploadablePlugin.getDependency() |
static MavenDependency |
MavenDependencyHelper.resolve(String groupId,
String artifactId)
Resolves the given maven dependency with version defined by the confluence.version system property.
|
static MavenDependency |
MavenDependencyHelper.resolve(String groupId,
String artifactId,
String version)
Resolves the given maven dependency and version by looking in the reactor first.
|
| Constructor and Description |
|---|
MavenUploadablePlugin(String key,
String displayName,
MavenDependency dependency) |
Copyright © 2003–2017 Atlassian. All rights reserved.