@Mojo(name="compile", defaultPhase=COMPILE, requiresDependencyResolution=COMPILE) public class ClojureCompilerMojo extends AbstractClojureCompilerMojo
AbstractClojureCompilerMojo.SourceDirectory
Modifier and Type | Field and Description |
---|---|
protected Boolean |
temporaryOutputDirectory
Should the compile phase create a temporary output directory for .class files?
|
baseDirectory, baseTestSourceDirectory, charset, classpathElements, compileDeclaredNamespaceOnly, copiedNamespaces, copyDeclaredNamespaceOnly, directLinking, generatedSourceDirectory, namespaces, outputDirectory, project, sourceDirectories, testClasspathElements, testDeclaredNamespaceOnly, testNamespaces, testOutputDirectory, testSourceDirectories, workingDirectory
Constructor and Description |
---|
ClojureCompilerMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
callClojureWith, callClojureWith, callClojureWith, callClojureWith, copyNamespaceSourceFilesToOutput, createTemporaryDirectory, discoverNamespaces, discoverNamespacesToCopy, escapeFilePath, escapeFilePath, getRunWithClasspathElements, getSourceDirectories, getWorkingDirectory, isClasspathResource, isExistingTestScriptFile
@Parameter(required=true, defaultValue="false") protected Boolean temporaryOutputDirectory
Copyright © 2018. All rights reserved.