o merged r608896 (MNG-3335: Improvement to "resource" / "targetPath" element in pom.xml)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@608897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Siveton 2008-01-04 15:52:20 +00:00
parent 110adf290e
commit 315b258a33
1 changed files with 3 additions and 2 deletions

View File

@ -2406,8 +2406,9 @@
<version>3.0.0+</version>
<description>
<![CDATA[
Describe the resource target path. For example, if you want that
resource to appear in a specific package
Describe the resource target path. The path is relative to the target/classes
directory (i.e. <code>${project.build.outputDirectory}</code>).
For example, if you want that resource to appear in a specific package
(<code>org.apache.maven.messages</code>), you must specify this
element with this value: <code>org/apache/maven/messages</code>.
This is not required if you simply put the resources in that directory