Release jxpfw snapshot

A snapshot release is performed often and normally contains few changes. Execute the next steps in order to create a snapshot release.

Step 1 - Check in

Check in all artifacts

Step 2 - Build jxpfw

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.

Step 3 - Build jxpfw-demo-web

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.

Step 4 - Deploy

Make sure that jxpfw is the current directory and execute: mvn deploy. This will place the jxpfw artifacts in Nexus.