jakartaee / faces

Jakarta Faces
Other
100 stars 55 forks source link

Signature file and sigtest plugin update #1895

Closed alwin-joseph closed 5 months ago

alwin-joseph commented 5 months ago

To generate the signature file :

cd tck/faces-signaturetest
mvn clean install -Precord-signature

The signature file will be generated at faces-signaturetest/target/

To run the signature test :

cd tck/faces-signaturetest
mvn clean verify 
alwin-joseph commented 5 months ago

Looks like https://github.com/jakartaee/faces/pull/1890 was already merged to fix the signature tests, hence I will close this.