- getDependencies() - Method in class io.yegair.kotlinjs.maven.bundle.JsDependencyCollector
-
The artifacts that have been collected.
- getDependencyScope() - Method in class io.yegair.kotlinjs.maven.bundle.BundleJsDependenciesMojo
-
Scope of the dependencies that should be bundled, e.g. Artifact.SCOPE_COMPILE.
- getDependencyScope() - Method in class io.yegair.kotlinjs.maven.bundle.BundleMainJsDependenciesMojo
-
Indicates that dependencies of scope compile are bundled.
- getDependencyScope() - Method in class io.yegair.kotlinjs.maven.bundle.BundleTestJsDependenciesMojo
-
Indicates that dependencies of scope test are bundled.
- getExtractDirectory() - Method in class io.yegair.kotlinjs.maven.bundle.BundleJsDependenciesMojo
-
The directory where the dependencies will be extracted during the execution of this Mojo.
- getExtractDirectory() - Method in class io.yegair.kotlinjs.maven.bundle.BundleMainJsDependenciesMojo
-
The directory where the dependencies are extracted to.
Defaults to ${project.build.directory}/kotlin-js-bundle/dependencies.
- getExtractDirectory() - Method in class io.yegair.kotlinjs.maven.bundle.BundleTestJsDependenciesMojo
-
The directory where the test dependencies are extracted to.
Defaults to ${project.build.directory}/kotlin-js-bundle/test-dependencies.
- getOutputDirectory() - Method in class io.yegair.kotlinjs.maven.bundle.BundleJsDependenciesMojo
-
The directory where the bundle file be be created, e.g. ${project.build.directory}/js.
- getOutputDirectory() - Method in class io.yegair.kotlinjs.maven.bundle.BundleMainJsDependenciesMojo
-
The directory where the main bundle will be placed. Defaults to ${project.build.outputDirectory}.
- getOutputDirectory() - Method in class io.yegair.kotlinjs.maven.bundle.BundleTestJsDependenciesMojo
-
The directory where the test bundle will be placed. Defaults to ${project.build.testOutputDirectory}.
- getOutputFilename() - Method in class io.yegair.kotlinjs.maven.bundle.BundleJsDependenciesMojo
-
The name of the bundle file, e.g. foo.bundle.js
- getOutputFilename() - Method in class io.yegair.kotlinjs.maven.bundle.BundleMainJsDependenciesMojo
-
Filename for the main bundle, defaults to ${project.artifactId}.bundle.js
- getOutputFilename() - Method in class io.yegair.kotlinjs.maven.bundle.BundleTestJsDependenciesMojo
-
Filename for the test bundle, defaults to ${project.artifactId}-tests.bundle.js
- getProject() - Method in class io.yegair.kotlinjs.maven.bundle.BundleJsDependenciesMojo
-
The current Maven project.
- getSession() - Method in class io.yegair.kotlinjs.maven.bundle.BundleJsDependenciesMojo
-
The current Maven session.