我必须在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>
答案 0 :(得分:0)
您的location
可能没有指向实际的文件夹。同样,您的maven-deployit-plugin
版本肯定不再受支持。您可能要升级到xldeploy-maven-plugin
版本6.0.x