XLdeploy:无法创建具有正确名称的文件夹

时间:2019-01-15 10:18:45

标签: xl-deploy deployit

我必须在dar中创建一个文件夹。我在我的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 个答案:

答案 0 :(得分:0)

您的location可能没有指向实际的文件夹。同样,您的maven-deployit-plugin版本肯定不再受支持。您可能要升级到xldeploy-maven-plugin版本6.0.x