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.
1 parent f8d35df commit 33983deCopy full SHA for 33983de
modules/pom.xml
@@ -127,7 +127,7 @@
127
</goals>
128
<configuration>
129
<scripts>
130
- <script>file://${pom.basedir}/src/script/setupModules.groovy</script>
+ <script>file:///${pom.basedir}/src/script/setupModules.groovy</script>
131
</scripts>
132
<properties>
133
<wildflyPatchedTargetDir>${wildfly-main.patched.target-dir}</wildflyPatchedTargetDir>
@@ -143,7 +143,7 @@
143
144
145
146
147
148
149
<wildflyPatchedTargetDir>${wildfly-secondary.patched.target-dir}</wildflyPatchedTargetDir>
0 commit comments