This repository is to add various contributions across different modules within TIBCO BusinessEvents. It will include contributions by TIBCO BusinessEvents team as well external users/customers/fields teams.
BSD 3-Clause "New" or "Revised" License
0
stars
10
forks
source link
Cassandra Store Catalog Function || Need to add a step in TIBCO BusinessEvents® Contribution readme for Cassandra Store #85
In TIBCO BusinessEvents® Contribution readme, below step need to add:
For Cassandra Store Catalog Function, while performing mvn clean install step, add attribute Dmaven.test.skip=true or Cassandra Server should be running on your local machine
ex: mvn clean install -Dmaven.test.skip=true
What is the actual behavior?
Step Dmaven.test.skip=true attribute is required while creating cassandra store catalog function jar which is not mentioned in TIBCO BusinessEvents® Contribution readme
Used Cassandra test container, so that there is no need to explicitly set up Cassandra for unit test cases.
Also no need using property maven.test.skip=true while doing mvn packaging.
Version Information
What is the expected behavior?
In TIBCO BusinessEvents® Contribution readme, below step need to add:
For Cassandra Store Catalog Function, while performing mvn clean install step, add attribute Dmaven.test.skip=true or Cassandra Server should be running on your local machine ex: mvn clean install -Dmaven.test.skip=true
What is the actual behavior?
Step Dmaven.test.skip=true attribute is required while creating cassandra store catalog function jar which is not mentioned in TIBCO BusinessEvents® Contribution readme