File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
jboss/container/eap/galleon
artifacts/opt/jboss/container/eap/galleon Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ mavenRepo=" $1 "
4
+ if [ -f " $mavenRepo /patches.xml" ]; then
5
+ echo " The maven repository has been patched, setting patches in galleon feature-pack."
6
+ patches=` cat " $mavenRepo /patches.xml" | sed ' :a;N;$!ba;s/\n//g' `
7
+ sed -i " s|<!-- ##PATCHES## -->|$patches |" " ${GALLEON_FP_PATH} /wildfly-user-feature-pack-build.xml"
8
+ echo " wildfly-user-feature-pack-build.xml content:"
9
+ cat " ${GALLEON_FP_PATH} /wildfly-user-feature-pack-build.xml"
10
+ fi
Original file line number Diff line number Diff line change 8
8
value : " 19.0.0.Final"
9
9
- name : GALLEON_DEFINITIONS
10
10
value : /opt/jboss/container/eap/galleon/definitions
11
+ - name : GALLEON_MAVEN_REPO_HOOK_SCRIPT
12
+ value : /opt/jboss/container/eap/galleon/patching.sh
11
13
- name : GALLEON_DEFAULT_SERVER
12
14
value : /opt/jboss/container/eap/galleon/definitions/slim-default-server
13
15
- name : GALLEON_DEFAULT_FAT_SERVER
You can’t perform that action at this time.
0 commit comments