public abstract class AbstractCopyJarsMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractCopyJarsMojo.OtherVersions |
| Modifier and Type | Field and Description |
|---|---|
static String |
appDirectoryProperty |
static String |
appSubdirectoryProperty |
static String |
deleteOtherVersionsPolicyProperty |
static String |
deleteOtherVersionsProperty |
static String |
ignoreDependenciesProperty |
static String |
imagejDeleteOtherVersionsPolicyProperty |
static String |
imagejDirectoryProperty |
static String |
imagejSubdirectoryProperty |
| Constructor and Description |
|---|
AbstractCopyJarsMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasIJ1Dependency(org.apache.maven.project.MavenProject project) |
protected void |
installArtifact(org.apache.maven.artifact.Artifact artifact,
File appDirectory,
boolean force,
AbstractCopyJarsMojo.OtherVersions otherVersionsPolicy) |
protected void |
installArtifact(org.apache.maven.artifact.Artifact artifact,
File appDirectory,
String appSubdirectory,
boolean force,
AbstractCopyJarsMojo.OtherVersions otherVersionsPolicy) |
protected String |
interpolate(String original,
org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session) |
getLog, getPluginContext, setLog, setPluginContextpublic static final String imagejDirectoryProperty
public static final String imagejSubdirectoryProperty
public static final String deleteOtherVersionsProperty
public static final String imagejDeleteOtherVersionsPolicyProperty
public static final String appDirectoryProperty
public static final String appSubdirectoryProperty
public static final String deleteOtherVersionsPolicyProperty
public static final String ignoreDependenciesProperty
protected boolean hasIJ1Dependency(org.apache.maven.project.MavenProject project)
protected String interpolate(String original, org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void installArtifact(org.apache.maven.artifact.Artifact artifact,
File appDirectory,
boolean force,
AbstractCopyJarsMojo.OtherVersions otherVersionsPolicy)
throws IOException
IOExceptionprotected void installArtifact(org.apache.maven.artifact.Artifact artifact,
File appDirectory,
String appSubdirectory,
boolean force,
AbstractCopyJarsMojo.OtherVersions otherVersionsPolicy)
throws IOException
IOExceptionCopyright © 2014–2019 SciJava. All rights reserved.