Ok, here it goes....
Document: "Apache Maven Current Version User Guide" (2010-08-01)
Maven version I am using: Apache Maven 2.2.1 (r801777; 2009-08-06 22:16:01+0300)

The pom.xml generated by the command:

mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.mycompany.app -DartifactId=my-app

which is given on page 37, is not the one that is printed on page 38 with most important (I think) difference the name element. The name element generated has the value my-app and not Maven Quick Start Archetype.

There is also another difference. The pom.xml generated contains the element subtree properties as follows:

- <#> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

just before starting the dependencies.

Panayotis


On 28/8/2010 4:49 πμ, Wendy Smoak wrote:
2010/8/27 Panayotis Matsinopoulos<[email protected]>:
Sorry, these are my first days with Maven and my first message to maven mail
lists.
I was reading Maven documentation and I wanted to report an error in the
document.
Does anybody know where shall I report this too?

Is there any official process for reporting errors in the documentation of
Maven?
Olivier has pointed out the issue tracker, but it can also help to
mention it here to make sure it's really an error.  It can be annoying
to go to the trouble of opening a JIRA and have it immediately closed
as not a bug. ;)

Reply via email to