DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
At this point, Maven has created the Eclipse .project and .classpath files, and we can import the project. In addition, since we specified -DdownloadSources=true, it Maven has also downloaded the sources to Tapestry and its dependencies of each library and linked to the library source JAR files to those source JARs; that means we can see the sources for any Tapestry classes right into inside Eclipse, which is very useful when debugging or exploring.
At this point, we are ready to import the project created by Maven into Eclipse so we can start working with it. Launch Eclipse and switch over to the Java Perspective.
...