Errata

Maven: A Developer's Notebook

Errata for Maven: A Developer's Notebook

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 9
1st paragraph

In order to execute the application you need to type:

java -classpath target est-application-1.0.jar mdn.testapp.App

It's missing the "-classpath" part.

Anonymous   
Printed
Page 9
Section 1.4.1 on Safari Version

Missing parameter so example will not run. Says:
C:devmavenbookcodegenapp est-application> java ^
More? target est-application-1.0.jar mdn.testapp.App
Hello World!

Should say:
C:devmavenbookcodegenapp est-application> java ^
More? -cp target est-application-1.0.jar mdn.testapp.App
Hello World!

Note that the instructions should include the -cp option.

Anonymous   
Printed
Page 29
At the bottom of page

"... Javadoc is available in test-application argetjavadocsrc."

NOW READS:

"... Javadoc is available in test-application argetdocsapidocs."

Anonymous    Aug 01, 2005
Printed
Page 37
maven-javadoc-plugin description.

"generate" should be "generated"

Anonymous   
Printed
Page 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."

Anonymous   
Printed
Page 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

Anonymous