| Package | Description |
|---|---|
| io.spring.initializr.generator.buildsystem.maven |
Maven build system.
|
| Modifier and Type | Method and Description |
|---|---|
MavenResource.Builder |
MavenResource.Builder.excludes(String... excludes)
Set the files patterns to use to exclude files.
|
MavenResource.Builder |
MavenResource.Builder.filtering(Boolean filtering)
Specify if filtering is enabled when copying resources.
|
MavenResource.Builder |
MavenResource.Builder.includes(String... includes)
Set the files patterns to use to include files.
|
MavenResource.Builder |
MavenResource.Builder.targetPath(String targetPath)
Set the directory structure to place the set of resources from a build or
null to use the root directory. |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenResourceContainer.add(String directory,
Consumer<MavenResource.Builder> resource)
Add a resource with default settings for the specified
directory and
Consumer to customize the resource. |
| Constructor and Description |
|---|
MavenResource(MavenResource.Builder builder) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.