- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="environment",
defaultPhase=PACKAGE,
requiresProject=true,
threadSafe=true)
public class EnvironmentMojo
extends AbstractMultiEnvMojo
This mojo will get the main artifact of the current project unpack it and use the files of the appropriate
environment and produce new files which contain the original files plus the supplemental files which have been given
by the configuration for each environment.
- Author:
- Karl-Heinz Marbaise khmarbaise@soebes.de