fix: restore missing pom.xml in jar archive

This commit is contained in:
Waldemar Reusch
2023-04-26 22:34:49 +02:00
parent eebf969f7e
commit ecb22c3829
2 changed files with 10 additions and 3 deletions

View File

@ -58,7 +58,7 @@ export async function main() {
case "keycloakify":
logger.log("🫶 Let keycloakify do its thang");
await jar({
"rootPath": pathJoin(buildOptions.keycloakifyBuildDirPath, "src", "main", "resources"),
"rootPath": buildOptions.keycloakifyBuildDirPath,
"version": buildOptions.themeVersion,
"groupId": buildOptions.groupId,
"artifactId": buildOptions.artifactId,