@Mojo(name="install-artifact",
requiresProject=false)
public class InstallArtifactMojo
extends AbstractInstallMojo
ImageJ 1.x plugins (identified by containing a plugins.config file) get copied to the plugins/ subdirectory and all other .jar files to jars/. However, you can override this decision by setting the scijava.app.subdirectory property to a specific subdirectory. It expects the location of the SciJava application directory to be specified in the scijava.app.directory property (which can be set on the Maven command-line). If said property is not set, the install-artifact goal is skipped.
AbstractInstallMojo.OtherVersionsAPP_DIRECTORY_PROPERTY, APP_SUBDIRECTORY_PROPERTY, DELETE_OTHER_VERSIONS_POLICY_PROPERTY, IGNORE_DEPENDENCIES_PROPERTY, SUBDIRECTORY_PATTERNS_PROPERTY| Constructor and Description |
|---|
InstallArtifactMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
hasIJ1Dependency, installArtifact, installArtifact, interpolateCopyright © 2014–2020 SciJava. All rights reserved.