mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Copy the war resources to WEB-INF/classes.
This commit is contained in:
parent
7ac6b27ecc
commit
8e2a17c3df
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class WarGenerator @Inject constructor(val dependencyManager: DependencyManager)
|
||||||
// The resources
|
// The resources
|
||||||
//
|
//
|
||||||
context.variant.resourceDirectories(project).forEach {
|
context.variant.resourceDirectories(project).forEach {
|
||||||
result.add(IncludedFile(From(it.path), To(""), listOf(IFileSpec.GlobSpec("**"))))
|
result.add(IncludedFile(From(it.path), To(CLASSES), listOf(IFileSpec.GlobSpec("**"))))
|
||||||
}
|
}
|
||||||
|
|
||||||
result.add(IncludedFile(From(fullDir), To(LIB), listOf(IFileSpec.GlobSpec("**"))))
|
result.add(IncludedFile(From(fullDir), To(LIB), listOf(IFileSpec.GlobSpec("**"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue