- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="rs-gen",
requiresProject=false,
defaultPhase=PROCESS_SOURCES)
public class ResourceGenMojo
extends org.apache.maven.plugin.AbstractMojo
Goal which generates source files from resource bundles.
You can then refer to resources as methods rather than hard-coding string constants.
- Author:
- Lukas Jungmann, Jakub Podlesak, Kohsuke Kawaguchi
Goal: rs-gen
RequiresProject: false
Phase: process-sources