public class SnapshotSignature extends BaseTagSupport
| Constructor and Description |
|---|
SnapshotSignature() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag(org.apache.commons.jelly.XMLOutput output)
Process the tag.
|
Project |
getProject()
Get the maven project object.
|
void |
setProject(Project project)
Set the maven project object.
|
checkAttribute, getMavenContextfindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void setProject(Project project)
project - MavenSession project.public Project getProject()
public void doTag(org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.MissingAttributeException
${pom.artifactId}-yyyyMMdd.HHmmssoutput - used to send XML output to Jellyorg.apache.commons.jelly.MissingAttributeException - if the project property is not setCopyright © 2001-2013 Apache Software Foundation. All Rights Reserved.