> [x] +1 Publish Test Platform: Windows 7 at 64 bit, Sun JDK 6 Update 26 (64 bit), and Java Runtime 6 Update 27 (64 bit and 32 bit)
These are my tests: - verify sign in pivot-archetype-quickstart.zip.asc and pivot-archetype-quickstart-1.0.jar.asc - open pivot-archetype-quickstart-1.0.jar and pivot-archetype-quickstart.zip , and inspect their structure and content, and the presence of root files required by Apache -- note that inside pivot-archetype-quickstart-1.0.jar , Apache root files must be inside folder archetype-resources - unzipped pivot-archetype-quickstart.zip , and follow the instructions in its BUILD file, to install it, and to generate a test application (remember to override some settings by hand, in interactive mode in maven) - go in the generated (myapp) folder, and run commands (as written in BUILD file there) to build it and run the sample - inspect generated project (from the archetype) and ensure it has the right structure and files are in the right place - other test, trying to install directly the jar file in a local Maven repository, with the following command from prompt: mvn -U install:install-file -Dfile=pivot-archetype-quickstart-1.0.jar -DgroupId=org.apache.pivot -DartifactId=pivot-archetype-quickstart -Dversion=1.0 -Dpackaging=jar and then verify that the file has been installed in the right place. Note that my publish Apache signature now is even here: http://people.apache.org/~smartini/F9EDAF10.asc and here http://people.apache.org/keys/committer/smartini.asc Bye, Sandro
