Typo and addition to guide-creating-archetypes
----------------------------------------------

         Key: MNG-2074
         URL: http://jira.codehaus.org/browse/MNG-2074
     Project: Maven 2
        Type: Bug

  Components: Documentation: Guides  
    Versions: 2.0    
 Environment: Site
    Reporter: Stig Lau
    Priority: Trivial


http://maven.apache.org/guides/mini/guide-creating-archetypes.html

Typo line 5: 
(pom.xml in: src/main/resourcs/archetype-resources) 
--> 
(pom.xml in: src/main/resources/archetype-resources)


Typo line 30: 
An optional <allowPartial>true</allowPartial> tag makes it possible to run the 
archetype:create even existing projects.
-->
An optional <allowPartial>true</allowPartial> tag makes it possible to run the 
archetype:create even on existing projects.


In the chapter "2. Create the archetype descriptor", there should perhaps be an 
instruction to how one references objects in the src/main/webapp directory.

Addition after line 38: 
<test-resources> and <site-resources> can contain <resource> elements that 
specify a resource file.
insert -->
Place other resources such as the ones in the src/main/webapp directory inside 
the <resources> tag.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to