jakartaee / jsonb-api

Jakarta JSON Binding
https://eclipse-ee4j.github.io/jsonb-api/
Other
78 stars 39 forks source link

jsonb tck bundle generation #304

Closed gurunrao closed 2 years ago

gurunrao commented 2 years ago

The PR creates tck bundle with structure as follows:

Steps to build the dist for EFTL bundle:

cd jsonb-api/tck/
mvn clean install -P EFTL 

Steps to build the dist for EPL bundle:

cd jsonb/tck/
mvn clean install 

Signed-off-by: gurunandan.rao@oracle.com gurunandan.rao@oracle.com