DocErr: "How to use dependency:unpack" section
----------------------------------------------

         Key: MOJO-238
         URL: http://jira.codehaus.org/browse/MOJO-238
     Project: Mojo
        Type: Bug

    Versions: 2.1    
 Environment: Maven 2.0.1
    Reporter: Dan Rollo
    Priority: Minor


There is a typo in the docs of the dependency plugin:

In the "How to use dependency:unpack" section, the docs shows:

<ouputDirectory>${project.build.directory}/alternateLocation</ouputDirec
tory>

Should be: (missing first "t" in output)

<outputDirectory>${project.build.directory}/alternateLocation</outputDir
ectory>


-- 
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

Reply via email to