Documentation fix

2011-08-10 Thread Dmitry Voronov
Hello!


I think there's a minor doc flaw in the pom introduction page:

http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Example_2


The relativePath attribute in the second example should begin with ../
(not with .../):


project
  parent
groupIdcom.mycompany.app/groupId
artifactIdmy-app/artifactId
version1/version
relativePath.../parent/pom.xml/relativePath
  /parent
  modelVersion4.0.0/modelVersion
  artifactIdmy-module/artifactId
/project


--

Best Regards

Thank you for maven!


Re: Documentation fix

2011-08-10 Thread Anders Hammar
Please create a ticket for this [1]. The users list is not a good way of
reporting bugs.

/Anders

[1] http://jira.codehaus.org/browse/MNGSITE

On Wed, Aug 10, 2011 at 09:13, Dmitry Voronov d...@retn.net wrote:

 Hello!


 I think there's a minor doc flaw in the pom introduction page:


 http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Example_2


 The relativePath attribute in the second example should begin with ../
 (not with .../):


 project
  parent
groupIdcom.mycompany.app/groupId
artifactIdmy-app/artifactId
version1/version
relativePath.../parent/pom.xml/relativePath
  /parent
  modelVersion4.0.0/modelVersion
  artifactIdmy-module/artifactId
 /project


 --

 Best Regards

 Thank you for maven!