We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8da0a8 + d240394 commit 91f1a69Copy full SHA for 91f1a69
jboss/container/wildfly/galleon/build-feature-pack/configure.sh
@@ -39,7 +39,12 @@ if [ -f "${ZIPPED_REPO}" ]; then
39
sh $GALLEON_MAVEN_REPO_HOOK_SCRIPT "$repoDir"
40
fi
41
mv $repoDir/maven-repository "$TMP_GALLEON_LOCAL_MAVEN_REPO"
42
-
+ mkdir "$JBOSS_CONTAINER_WILDFLY_S2I_GALLEON_DIR/maven-repo-misc"
43
+ if [ "$(ls -A $repoDir)" ]; then
44
+ mv $repoDir/* "$JBOSS_CONTAINER_WILDFLY_S2I_GALLEON_DIR/maven-repo-misc"
45
+ fi
46
+ rm -rf $repoDir
47
+
48
if [ "x$deleteBuildArtifacts" == "xtrue" ]; then
49
echo "Build artifacts are not kept, will be removed from galleon local cache"
50
cp -r $TMP_GALLEON_LOCAL_MAVEN_REPO $GALLEON_LOCAL_MAVEN_REPO
0 commit comments