Class MavenPropertiesImporter

java.lang.Object
com.igormaznitsa.jcp.maven.MavenPropertiesImporter
All Implemented Interfaces:
SpecialVariableProcessor

public class MavenPropertiesImporter extends Object implements SpecialVariableProcessor
The class imports some properties from the maven which can be accessible from preprocessed sources as global variables
Author:
Igor Maznitsa (igor.maznitsa@igormaznitsa.com)
  • Constructor Details

    • MavenPropertiesImporter

      public MavenPropertiesImporter(PreprocessorContext context, org.apache.maven.project.MavenProject project, boolean logAddedProperties)
  • Method Details