Skip to content

Commit

Permalink
REMOVEAFTERFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Oct 12, 2024
1 parent 1b18869 commit 6e9b092
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ spec:
# Validate the structure in all submodules (especially version ids)
mvn -B -e -fae clean validate -Ptck,set-version-id,staging
# Until we fix ANTLR in cmp-support-sqlstore, broken in parallel builds. Just -Pfast after the fix.
mvn -B -e install -Pfastest,staging -T4C
mvn -B -e install -Pfastest,staging
./gfbuild.sh archive_bundles
./gfbuild.sh archive_embedded
mvn -B -e clean -Pstaging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ case "`uname`" in
esac
. "${AS_INSTALL}/config/asenv.conf"
JAVA=java
env | sort
#Depends upon Java from asenv.conf
if [ ${AS_JAVA} ]; then
JAVA=${AS_JAVA}/bin/java
Expand Down
3 changes: 3 additions & 0 deletions nucleus/distributions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@
<goal>exec</goal>
</goals>
<configuration>
<environmentVariables>
<AS_TRACE>true</AS_TRACE>
</environmentVariables>
<executable>${nadmin.executable}</executable>
<commandlineArgs>${create-domain.args}</commandlineArgs>
</configuration>
Expand Down

0 comments on commit 6e9b092

Please sign in to comment.