Class AbstractGenerateBdmMojo

    • Field Detail

      • bdmModelFile

        @Parameter(required=true)
        protected File bdmModelFile
        The path to a Business Object Model descriptor file.
        Since:
        0.1.0
      • outputFolder

        @Parameter(defaultValue="${project.build.directory}/generated-sources/java")
        protected File outputFolder
        The path to the output folder where the source code is generated.
        Since:
        0.1.0
      • project

        @Parameter(defaultValue="${project}",
                   required=true,
                   readonly=true)
        protected org.apache.maven.project.MavenProject project
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • excludedGeneratedSources

        protected abstract Predicate<Path> excludedGeneratedSources()