mirror of https://github.com/apache/maven.git
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:
parent
110adf290e
commit
315b258a33
|
@ -2406,8 +2406,9 @@
|
||||||
<version>3.0.0+</version>
|
<version>3.0.0+</version>
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
Describe the resource target path. For example, if you want that
|
Describe the resource target path. The path is relative to the target/classes
|
||||||
resource to appear in a specific package
|
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
|
(<code>org.apache.maven.messages</code>), you must specify this
|
||||||
element with this value: <code>org/apache/maven/messages</code>.
|
element with this value: <code>org/apache/maven/messages</code>.
|
||||||
This is not required if you simply put the resources in that directory
|
This is not required if you simply put the resources in that directory
|
||||||
|
|
Loading…
Reference in New Issue