Author: vsiveton
Date: Fri Jan 4 07:52:20 2008
New Revision: 608897
URL: http://svn.apache.org/viewvc?rev=608897&view=rev
Log:
o merged r608896 (MNG-3335: Improvement to "resource" / "targetPath" element in
pom.xml)
Modified:
maven/components/trunk/maven-model/src/main/mdo/maven.mdo
Modified: maven/components/trunk/maven-model/src/main/mdo/maven.mdo
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-model/src/main/mdo/maven.mdo?rev=608897&r1=608896&r2=608897&view=diff
==============================================================================
--- maven/components/trunk/maven-model/src/main/mdo/maven.mdo (original)
+++ maven/components/trunk/maven-model/src/main/mdo/maven.mdo Fri Jan 4
07:52:20 2008
@@ -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