Class AbstractGenerateConfigurerMojo

    • Field Detail

      • CONFIGURER

        public static final org.jboss.jandex.DotName CONFIGURER
      • discoverClasses

        @Parameter(defaultValue="true")
        protected boolean discoverClasses
        Whether to discover configurer classes from classpath by scanning for @Configurer annotations. This requires using jandex-maven-plugin.
    • Constructor Detail

      • AbstractGenerateConfigurerMojo

        public AbstractGenerateConfigurerMojo()
    • Method Detail

      • doExecute

        protected void doExecute​(File sourcesOutputDir,
                                 File resourcesOutputDir,
                                 List<String> classes,
                                 boolean testClasspathOnly)
                          throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException