jakartaee / jsonb-api

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

jsonb tck bundle generation. #309

Closed gurunrao closed 2 years ago

gurunrao commented 2 years ago

The PR creates jsonb tck bundle with folder structure as follows:

    jsonp-tck/artifacts/jakarta.json.bind-tck-3.0.0-sources.jar
    jsonb-tck/artifacts/artifact-install.sh (script for installation of Artifacts to local maven repository.)
    jsonp-tck/artifacts/jakarta.json.bind-tck-3.0.0.jar
    jsonp-tck/docs/assertions/JSONB10SpecAssertions.html
    jsonp-tck/docs/assertions/JSONB10JavadocAssertions.html
    jsonp-tck/docs/html-usersguide/rules.html
    jsonp-tck/docs/html-usersguide/config.html
    jsonp-tck/docs/html-usersguide/preface.html
    jsonp-tck/docs/html-usersguide/faq.html
    jsonp-tck/docs/html-usersguide/img/eclipse_foundation_logo_tiny.png
    jsonp-tck/docs/html-usersguide/toc.html
    jsonp-tck/docs/html-usersguide/css/style.css
    jsonp-tck/docs/html-usersguide/rebuild.html
    jsonp-tck/docs/html-usersguide/using.html
    jsonp-tck/docs/html-usersguide/title.html
    jsonp-tck/docs/html-usersguide/debug.html
    jsonp-tck/docs/html-usersguide/install.html
    jsonp-tck/docs/html-usersguide/intro.html
    jsonp-tck/docs/index.html
    jsonp-tck/docs/pdf-usersguide/Jakarta-JSON-Binding-TCK-Users-Guide.pdf
    jsonp-tck/docs/JSONB3.0-ReleaseNotes.html
    jsonp-tck/docs/TCK-Exclude-List.txt
    jsonp-tck/LICENSE.md

Steps to build the dist for EFTL bundle:

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

Steps to build the dist for EPL bundle:

    cd jsonb/tck-dist/
    mvn clean install 

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