Class WriteActiveProfileProperties

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="write-active-profile-properties", defaultPhase=NONE, threadSafe=true) public class WriteActiveProfileProperties extends AbstractWritePropertiesMojo
Writes properties of all active profiles to a file.
Since:
1.0.0
Author:
Zarar Siddiqi
  • Constructor Details

    • WriteActiveProfileProperties

      @Inject protected WriteActiveProfileProperties(List<PropertiesManager> propertiesManagers)
      Default constructor
      Parameters:
      propertiesManagers - list of properties managers
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException