A snapshot release is performed often and normally contains few changes. Execute the next steps in order to create a snapshot release.
Make sure that jxpfw is the current directory and execute the command: mvn clean install. Correct errors if they occur and retry until compilation is successful.
You may skip this step if the tag library has not been changed
and when you feel comfortable that the changes that were made in this release don't influence the gui at all.
Make sure that jxpfw-demo-web is the current directory and execute:
mvn clean install.
Correct errors if they occur and retry until compilation is successful.
Now deploy the war in a container and perform a manual test.
When a problem is found, correct it and go back to step 1.