@Mojo(name="i18n")
public class LocalizerMojo
extends org.apache.maven.plugin.AbstractMojo
stapler:l10n mojo. Left for compatibility.| Modifier and Type | Field and Description |
|---|---|
protected String |
locale
The locale to generate properties for.
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
| Constructor and Description |
|---|
LocalizerMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(defaultValue="${locale}",
required=true)
protected String locale
@Parameter(defaultValue="${project}",
required=true,
readonly=true)
protected org.apache.maven.project.MavenProject project
Copyright © 2004–2022. All rights reserved.