We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550c557 commit 4d52ca1Copy full SHA for 4d52ca1
test/project/setup.sh
@@ -53,7 +53,7 @@ add_vendor_package() {
53
<groupId>${groupId}</groupId>
54
<artifactId>${artifactId}</artifactId>
55
<type>${type}</type>
56
- <target>/apps/vendor-packages/container/install</target>
+ <target>/apps/${PROJECT_NAME}-vendor-packages/container/install</target>
57
</embedded>"
58
local all_pom="all/pom.xml"
59
0 commit comments