public abstract class InstallDeployTaskSupport extends AbstractArtifactTask
Modifier and Type | Field and Description |
---|---|
protected List<AttachedArtifact> |
attachedArtifacts
Additional attached artifacts to install/deploy
|
protected File |
file
The file to install/deploy.
|
Constructor and Description |
---|
InstallDeployTaskSupport() |
Modifier and Type | Method and Description |
---|---|
AttachedArtifact |
createAttach() |
File |
getFile() |
Pom |
initializePom(org.apache.maven.artifact.repository.ArtifactRepository localArtifactRepository)
Tries to initialize the pom.
|
void |
setFile(File file) |
addLocalRepository, addPom, createAntRemoteRepository, createAntRemoteRepositoryBase, createDummyArtifact, createDummyPom, createLocalArtifactRepository, createMinimalProject, createRemoteArtifactRepository, diagnoseError, doExecute, execute, getArtifactRepositoryFactory, getContainer, getDefaultLocalRepository, getLocalRepository, getPom, getPomRefId, getProfileManager, getSettings, getSupportedProtocols, getSupportedProtocolsAsString, lookup, lookup, releaseArtifactRepositoryFactory, setPomRefId, setProfiles, setSettingsFile, showVersion, updateRepositoryWithSettings
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected File file
protected List<AttachedArtifact> attachedArtifacts
public File getFile()
public void setFile(File file)
public Pom initializePom(org.apache.maven.artifact.repository.ArtifactRepository localArtifactRepository)
AbstractArtifactTask
initializePom
in class AbstractArtifactTask
public AttachedArtifact createAttach()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.