Hello. Is the package of Tapestry 5 consists only of the files:
tapestry-core-5.0.3.jar tapestry-ioc-5.0.3.jar tapestry-test-5.0.3.jar ? If not, where can I download the rest of them? Despite the tutorial says "... Tapestry 5.0.2 You should not have to download this directly; as we'll see, Maven should take care of downloading Tapestry, and its dependencies, as needed. ..." the command: mvn archetype:create ↵ -DarchetypeGroupId=org.apache.tapestry ↵ -DarchetypeArtifactId=quickstart ↵ -DarchetypeVersion=5.0.3 ↵ -DgroupId=org.example ↵ -DartifactId=hilo ↵ -DpackageName=org.example.hilo doesn't download any jar file, only the structure and other files (xml, java etc). Thanks a lot.
