Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Maven 2.0.1
Description
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>