XLdeploy: не удалось создать папку с правильным именем

Я должен создать папку внутри дар. Я использую приведенный ниже код в моем POM

<deployable>
                            <name>Test_APP_resource</name>

                            <scanPlaceholders>true</scanPlaceholders>
                            <targetPath>C:\jboss\bin\resource</targetPath>
                            <type>file.Folder</type>
                            <targetPathShared>true</targetPathShared>
                            <createTargetPath>true</createTargetPath>
                            <targetPathSharedSubDirectories>true</targetPathSharedSubDirectories>
                            <location>C:\jboss\bin\resource</location>

</deployable>

но когда создается dar, я вижу только папку ресурсов, а не Test_APP_resource.

Используя ниже версию Deployit

                <groupId>com.xebialabs.deployit</groupId>
                <artifactId>maven-deployit-plugin</artifactId>
                <version>3.8.4</version>

1 ответ

Ваш location вероятно не указывает на фактическую папку. Также ваш maven-deployit-plugin версия, конечно, больше не поддерживается. Вы можете обновить до xldeploy-maven-plugin версия 6.0.x

Другие вопросы по тегам