Skip to content

Commit

Permalink
FABJ-384 set forkCount to 0
Browse files Browse the repository at this point in the history
This is a temporary fix to fix the broken javasdk builds.
IN-39

Change-Id: I1df179a51b824f2a65bfceb5263bb504b4f692e2
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed Nov 7, 2018
1 parent 5787023 commit ac2d4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/cirun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sleep 15 # some more time just for the other services .. this should be overkill
docker images
docker ps -a
export ORG_HYPERLEDGER_FABRIC_SDK_DIAGNOSTICFILEDIR=target/diagDump
export MAVEN_OPTS="-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
export MAVEN_OPTS="-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -DforkCount=0"
mvn -B clean install -DskipITs=false -Dmaven.test.failure.ignore=false javadoc:javadoc ${ORG_HYPERLEDGER_FABRIC_SDKTEST_ITSUITE}
docker images
docker ps -a

0 comments on commit ac2d4fe

Please sign in to comment.