Class ClojureCompilerMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="compile",
          defaultPhase=COMPILE,
          requiresDependencyResolution=COMPILE)
    public class ClojureCompilerMojo
    extends AbstractClojureCompilerMojo
    • Field Detail

      • temporaryOutputDirectory

        @Parameter(required=true,
                   defaultValue="false")
        protected java.lang.Boolean temporaryOutputDirectory
        Should the compile phase create a temporary output directory for .class files?
      • cleanAOTNamespaces

        @Parameter(required=false,
                   defaultValue="false")
        protected java.lang.Boolean cleanAOTNamespaces
        Should the compile phase clean unwanted aot classes?
      • DEMUNGE_MAP

        public static final java.util.Map<java.lang.String,​java.lang.Character> DEMUNGE_MAP
      • DEMUNGE_PATTERN

        public static final java.util.regex.Pattern DEMUNGE_PATTERN
    • Constructor Detail

      • ClojureCompilerMojo

        public ClojureCompilerMojo()
    • Method Detail

      • execute

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

        private void cleanAOTNamespaces​(java.io.File outputDirectory,
                                        java.lang.String[] namespaces)
      • demunge

        public java.lang.String demunge​(java.lang.String mungedName)