Maven: A Developer's Notebook by Vincent Massol, Timothy M. O'Brien This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated February 24, 2006. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (9) 1st paragraph; In order to execute the application you need to type: java -classpath target\test-application-1.0.jar mdn.testapp.App It's missing the "-classpath" part. [9] Section 1.4.1 on Safari Version; Missing parameter so example will not run. Says: C:\dev\mavenbook\code\genapp\test-application> java ^ More? target\test-application-1.0.jar mdn.testapp.App Hello World! Should say: C:\dev\mavenbook\code\genapp\test-application> java ^ More? -cp target\test-application-1.0.jar mdn.testapp.App Hello World! Note that the instructions should include the -cp option. (37) maven-javadoc-plugin description. "generate" should be "generated" (49), in the side comments, it says: "A postGoal uses the same syntax as a preGoal, and defines a block of Jelly script to be executed before the goal specified in the name attribute." The "before" word should be replaced by "after". Thus it should read: "A postGoal uses the same syntax as a preGoal, and defines a block of Jelly script to be executed after the goal specified in the name attribute." (66) 1st paragrah; it seems the quotationspage url has changed from http://www.quotationspage.com/data/qotd.rss to http://feeds.feedburner.com/quotationspage/qotd the url appears on several other pages of chapter 3 and in the source code