jakartaee / jsonp-api

Jakarta JSON Processing
https://eclipse.org/ee4j/jsonp
Other
139 stars 59 forks source link

jsonp tck bundle generation. #341

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 jsonp/tck/
mvn clean install -P EFTL 

Steps to build the dist for EPL bundle:

cd jsonp/tck/
mvn clean install 

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

gurunrao commented 2 years ago

I'd avoid extra definitions of the source/javadoc plugins (unless needed for doclint:none) since they are (or can be) inherited through oss-release profile from the parent ee4j-parent

source plugin is used for generation "*-source.jar" jars. Following files are part of TCK bundle: jsonp-tck/artifacts/jakarta.json-tck-common-2.1.0-SNAPSHOT-sources.jar jsonp-tck/artifacts/jakarta.json-tck-tests-2.1.0-SNAPSHOT-sources.jar jsonp-tck/artifacts/jakarta.json-tck-tests-plugability-2.1.0-SNAPSHOT-sources.jar