Skip to content

Commit

Permalink
Aggregate without org.eclipse.ecf.provider.filetransfer.httpclientjava
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Mar 8, 2024
1 parent 9ab4371 commit 1cdc203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Repo=${WORKSPACE}/repo-${BUILD_NUMBER}
/bin/mkdir ${RepoRaw}

echo "Running the aggregator with build model ${FILE_SDK_AGGR} ..."
${AGGREGATOR} aggregate --buildModel ${FILE_SDK_AGGR} --action CLEAN_BUILD --buildRoot ${RepoRaw}
${AGGREGATOR} aggregate --buildModel ${FILE_SDK_AGGR} --action CLEAN_BUILD --buildRoot ${RepoRaw} -vmargs -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclientjava
if [ "$?" != "0" ]
then
echo "FAILURE $?"
Expand Down

0 comments on commit 1cdc203

Please sign in to comment.