Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractScmMojo - Class in org.codehaus.mojo.build
- AbstractScmMojo() - Constructor for class org.codehaus.mojo.build.AbstractScmMojo
- addOutputDirectoryToResources - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Add outputDirectory to java resource so that outputName will be under runtime classpath.
- append(StringBuilder, String, int) - Method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- applicationName - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Application name
- applicationPropertyName - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Java property name to store the project name
- attach - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Install/Deploy to Maven repository
- autoDetectOutputFormat - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Enable output format detection.
B
- build() - Method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- buildNumberAndTimeStampForReactorProjects(Date, String) - Method in class org.codehaus.mojo.build.CreateMojo
- buildNumberPropertiesFileLocation - Variable in class org.codehaus.mojo.build.CreateMojo
-
Properties file to be created when "format" is not null and item has "buildNumber".
- buildNumberPropertyName - Variable in class org.codehaus.mojo.build.CreateMojo
-
You can rename the buildNumber property name to another property name if desired.
- buildTaintedPropertyName - Variable in class org.codehaus.mojo.build.CreateMojo
-
In cases where the doCheck shows that there are changes in the current working copy this property will be set with the value
taintedotherwise it will beok.
C
- changeProviderImplementation() - Method in class org.codehaus.mojo.build.CreateMojo
- checkResult(ScmResult) - Method in class org.codehaus.mojo.build.AbstractScmMojo
- checkResult(ScmResult) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- classifier - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Artifact classifier name when deploying to Maven repository
- CreateMetadataMojo - Class in org.codehaus.mojo.build
-
This mojo discovers latest SCM revision, current timestamp, project version, and project name then write them to one or more java property files together with a set of user provided properties.
- CreateMetadataMojo() - Constructor for class org.codehaus.mojo.build.CreateMetadataMojo
- CreateMojo - Class in org.codehaus.mojo.build
-
This mojo is designed to give you a build number.
- CreateMojo() - Constructor for class org.codehaus.mojo.build.CreateMojo
- createPropertiesFileIfNotExists(File) - Method in class org.codehaus.mojo.build.CreateMojo
- createTimestamp(String, String) - Static method in class org.codehaus.mojo.build.Utils
- createTimestamp(String, String, Date) - Static method in class org.codehaus.mojo.build.Utils
- CreateTimestampMojo - Class in org.codehaus.mojo.build
-
This mojo is designed to give you a timestamp available through one or more properties.
- CreateTimestampMojo() - Constructor for class org.codehaus.mojo.build.CreateTimestampMojo
D
- decrypt(String, String) - Method in class org.codehaus.mojo.build.AbstractScmMojo
- DEFAULT_BRANCH_NAME - Static variable in class org.codehaus.mojo.build.CreateMojo
- DEFAULT_FORMAT - Static variable in class org.codehaus.mojo.build.OutputFormat
- DEFAULT_LINE_LENGTH - Static variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- detail - Variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
-
If
true, display all settable properties for each goal. - doCheck - Variable in class org.codehaus.mojo.build.CreateMojo
-
If this is made true, we check for modified files but does not fail the build.
- doConsume(ScmFileStatus, String) - Method in class org.codehaus.mojo.build.HgOutputConsumer
- doLocalModificationExist(StringBuilder) - Method in class org.codehaus.mojo.build.CreateMojo
- doUpdate - Variable in class org.codehaus.mojo.build.CreateMojo
-
If this is made true, then the revision will be updated to the latest in the repo, otherwise it will remain what it is locally.
E
- execute() - Method in class org.codehaus.mojo.build.CreateMetadataMojo
- execute() - Method in class org.codehaus.mojo.build.CreateMojo
- execute() - Method in class org.codehaus.mojo.build.CreateTimestampMojo
- execute() - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- execute() - Method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- executeRootOnly - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
-
Execute this only once in root project of a multi module build.
F
- failTheBuild - Variable in class org.codehaus.mojo.build.CreateMojo
-
This will fail the build in cases where doCheck is set to true.
- filterBranchFromScmUrl(String) - Method in class org.codehaus.mojo.build.CreateMojo
- findNamedChild(Node, String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- findSingleChild(Node, String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- format - Variable in class org.codehaus.mojo.build.CreateMojo
-
Specify a message as specified by java.text.MessageFormat.
- format(Object[]) - Method in class org.codehaus.mojo.build.CreateMojo
-
Formats the given argument using the configured format template and locale.
- FORMATS - Static variable in class org.codehaus.mojo.build.OutputFormat
G
- getBooleanProperty(String, boolean) - Method in class org.codehaus.mojo.build.CreateMojo
- getChangeSet() - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- getChangeSetDate() - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- getChangeSetDateProperty() - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- getChangeSetProperty() - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- getHgCommandOutput(String[]) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- getIndentLevel(String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
-
Gets the indentation level of the specified line.
- getOutput() - Method in class org.codehaus.mojo.build.HgOutputConsumer
- getOutputFormatFor(String) - Static method in class org.codehaus.mojo.build.OutputFormat
- getProperty(String) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- getPropertyFromExpression(String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- getRevision() - Method in class org.codehaus.mojo.build.CreateMetadataMojo
- getRevision() - Method in class org.codehaus.mojo.build.CreateMojo
-
Get the revision info from the repository.
- getRevisionOnlyOnce - Variable in class org.codehaus.mojo.build.CreateMojo
-
If set to true, will get the scm revision once for all modules of a multi-module project instead of fetching once for each module.
- getScmBranch() - Method in class org.codehaus.mojo.build.CreateMojo
-
Get the branch info for this revision from the repository.
- getScmBranchFromUrl() - Method in class org.codehaus.mojo.build.CreateMojo
- getScmRepository() - Method in class org.codehaus.mojo.build.AbstractScmMojo
- getScmRevision() - Method in class org.codehaus.mojo.build.AbstractScmMojo
- getSingleChild(Node, String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- getStatus() - Method in class org.codehaus.mojo.build.CreateMojo
- getTimeZone(String) - Static method in class org.codehaus.mojo.build.Utils
- getValue(Node, String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- goal - Variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
-
The name of the goal for which to show help.
H
- handleItems(Date) - Method in class org.codehaus.mojo.build.CreateMojo
- handles(String) - Method in class org.codehaus.mojo.build.JsonOutputFormat
- handles(String) - Method in class org.codehaus.mojo.build.OutputFormat
- handles(String) - Method in class org.codehaus.mojo.build.PropertiesOutputFormat
- HelpMojo - Class in org.codehaus.mojo.buildnumber_maven_plugin
-
Display help information on buildnumber-maven-plugin.
Callmvn buildnumber:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- HgChangeSetMojo - Class in org.codehaus.mojo.build
-
Goal which sets project properties for changeSet and changeSetDate from the current Mercurial repository.
- HgChangeSetMojo() - Constructor for class org.codehaus.mojo.build.HgChangeSetMojo
- HgOutputConsumer - Class in org.codehaus.mojo.build
- HgOutputConsumer() - Constructor for class org.codehaus.mojo.build.HgOutputConsumer
I
- ignoreEmptyScmUrl - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
Ignore error when scm url from pom is empty and replace by scm:scmProvider
AbstractScmMojo.scmProvider - indentSize - Variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
-
The number of spaces per indentation level, should be positive.
- info(ScmRepository, ScmFileSet) - Method in class org.codehaus.mojo.build.AbstractScmMojo
-
Get info from scm.
- isNotEmpty(String) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- items - Variable in class org.codehaus.mojo.build.CreateMojo
-
Specify the corresponding items for the format message, as specified by java.text.MessageFormat.
J
- JsonOutputFormat - Class in org.codehaus.mojo.build
- JsonOutputFormat() - Constructor for class org.codehaus.mojo.build.JsonOutputFormat
L
- lineLength - Variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
-
The maximum length of a display line, should be positive.
- loadInfosFromSettings(ScmProviderRepositoryWithHost) - Method in class org.codehaus.mojo.build.AbstractScmMojo
-
Load username password from settings.
- locale - Variable in class org.codehaus.mojo.build.CreateMojo
-
The locale used for date and time formatting.
O
- org.codehaus.mojo.build - package org.codehaus.mojo.build
- org.codehaus.mojo.buildnumber_maven_plugin - package org.codehaus.mojo.buildnumber_maven_plugin
- output - Variable in class org.codehaus.mojo.build.HgOutputConsumer
- outputDirectory - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Output directory
- outputFiles - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Additional output files
- OutputFormat - Class in org.codehaus.mojo.build
- OutputFormat() - Constructor for class org.codehaus.mojo.build.OutputFormat
- outputName - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Output file name
P
- password - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
The password that is used when connecting to the SCM system.
- PLUGIN_HELP_PATH - Static variable in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- project - Variable in class org.codehaus.mojo.build.AbstractScmMojo
- project - Variable in class org.codehaus.mojo.build.HgChangeSetMojo
-
The maven project.
- projectHelper - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Maven ProjectHelper.
- properties - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Additional properties to write out
- PropertiesOutputFormat - Class in org.codehaus.mojo.build
- PropertiesOutputFormat() - Constructor for class org.codehaus.mojo.build.PropertiesOutputFormat
- providerImplementations - Variable in class org.codehaus.mojo.build.CreateMojo
-
Selects alternative SCM provider implementations.
R
- reactorProjects - Variable in class org.codehaus.mojo.build.CreateMojo
-
Contains the full list of projects in the reactor.
- repeat(String, int) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
-
Repeat a String
ntimes to form a new string. - revision - Variable in class org.codehaus.mojo.build.CreateMojo
- revisionOnScmFailure - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
Setting this value allows the build to continue even in the event of an SCM failure.
- revisionPropertyName - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Java property name to store the discovered SCM revision value
S
- scmBranchPropertyName - Variable in class org.codehaus.mojo.build.CreateMojo
-
You can rename the buildScmBranch property name to another property name if desired.
- scmConnectionUrl - Variable in class org.codehaus.mojo.build.AbstractScmMojo
- scmDeveloperConnectionUrl - Variable in class org.codehaus.mojo.build.AbstractScmMojo
- scmDirectory - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
Issue SCM actions at this local directory
- scmDirectory - Variable in class org.codehaus.mojo.build.HgChangeSetMojo
-
Local directory to be used to issue SCM actions
- scmManager - Variable in class org.codehaus.mojo.build.AbstractScmMojo
- scmProvider - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
When scm url is empty, scm provider is needed
AbstractScmMojo.ignoreEmptyScmUrl - scmTag - Variable in class org.codehaus.mojo.build.AbstractScmMojo
- securityDispatcher - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
Maven Security Dispatcher
- session - Variable in class org.codehaus.mojo.build.CreateMojo
- session - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
-
The maven session.
- setBuildNumberPropertiesFileLocation(File) - Method in class org.codehaus.mojo.build.CreateMojo
- setChangeSetDateProperty(String) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- setChangeSetProperty(String) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- setDoCheck(boolean) - Method in class org.codehaus.mojo.build.CreateMojo
- setDoUpdate(boolean) - Method in class org.codehaus.mojo.build.CreateMojo
- setFormat(String) - Method in class org.codehaus.mojo.build.CreateMojo
- setItems(List) - Method in class org.codehaus.mojo.build.CreateMojo
- setLocale(String) - Method in class org.codehaus.mojo.build.CreateMojo
- setPassword(String) - Method in class org.codehaus.mojo.build.CreateMojo
- setPasswordIfNotEmpty(ScmProviderRepository, String) - Method in class org.codehaus.mojo.build.AbstractScmMojo
- setProperty(String, String) - Method in class org.codehaus.mojo.build.HgChangeSetMojo
- setRevisionOnScmFailure(String) - Method in class org.codehaus.mojo.build.CreateMojo
- setScmDirectory(File) - Method in class org.codehaus.mojo.build.CreateMojo
- setScmManager(ScmManager) - Method in class org.codehaus.mojo.build.CreateMojo
- setShortRevisionLength(int) - Method in class org.codehaus.mojo.build.CreateMojo
- settings - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
Maven Settings
- setUrlScm(String) - Method in class org.codehaus.mojo.build.CreateMojo
- setUserIfNotEmpty(ScmProviderRepository, String) - Method in class org.codehaus.mojo.build.AbstractScmMojo
- setUsername(String) - Method in class org.codehaus.mojo.build.CreateMojo
- shortRevisionLength - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
Max length of a revision id (GIT only)
- skip - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
Whether to skip this execution.
- skip - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
-
Whether to skip this execution.
- skip - Variable in class org.codehaus.mojo.build.HgChangeSetMojo
-
Whether to skip this execution.
T
- timestampFormat - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
java.text.SimpleDateFormat for the discover timestamp, if not given use long integer format
- timestampFormat - Variable in class org.codehaus.mojo.build.CreateMojo
-
Apply this
SimpleDateFormatto the timestamp only (as opposed to theformatparameter). - timestampFormat - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
-
Apply this java.text.SimpleDateFormat to the timestamp.
- timestampPropertyName - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Java property name to store the discovered timestamp value
- timestampPropertyName - Variable in class org.codehaus.mojo.build.CreateMojo
-
You can rename the timestamp property name to another property name if desired.
- timestampPropertyName - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
-
You can rename the timestamp property name to another property name if desired.
- timezone - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
The timezone of the generated timestamp.
- timezone - Variable in class org.codehaus.mojo.build.CreateMojo
-
The timezone of the generated timestamp.
- timezone - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
-
The timezone of the generated timestamp.
- toLines(String, int, int, int) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List, String, int, int) - Static method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
U
- update() - Method in class org.codehaus.mojo.build.CreateMojo
- useLastChangeSetInDirectory - Variable in class org.codehaus.mojo.build.HgChangeSetMojo
-
Forces to use last logged changeset/changesetDate from scmDirectory and not current repository changeset/changesetDate.
- useLastCommittedRevision - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
whether to retrieve the revision for the last commit, or the last revision of the repository.
- username - Variable in class org.codehaus.mojo.build.AbstractScmMojo
-
The username that is used when connecting to the SCM system.
- useScm - Variable in class org.codehaus.mojo.build.CreateMojo
- Utils - Class in org.codehaus.mojo.build
- Utils() - Constructor for class org.codehaus.mojo.build.Utils
V
- version - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Version
- versionPropertyName - Variable in class org.codehaus.mojo.build.CreateMetadataMojo
-
Java property name to store the project version
W
- write(Properties, OutputStream) - Method in class org.codehaus.mojo.build.JsonOutputFormat
- write(Properties, OutputStream) - Method in class org.codehaus.mojo.build.OutputFormat
- write(Properties, OutputStream) - Method in class org.codehaus.mojo.build.PropertiesOutputFormat
- writeGoal(StringBuilder, String, Element) - Method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.codehaus.mojo.buildnumber_maven_plugin.HelpMojo
- writeToFile(Properties, File) - Method in class org.codehaus.mojo.build.CreateMetadataMojo
- writeToFile(Properties, File, OutputFormat) - Method in class org.codehaus.mojo.build.CreateMetadataMojo
All Classes and Interfaces|All Packages|Constant Field Values