You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/01/04 16:50:55 UTC

svn commit: r608896 - /maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo

Author: vsiveton
Date: Fri Jan  4 07:50:53 2008
New Revision: 608896

URL: http://svn.apache.org/viewvc?rev=608896&view=rev
Log:
MNG-3335: Improvement to "resource" / "targetPath" element in pom.xml

o added Daniel Harvey's proposal

Modified:
    maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo

Modified: maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo?rev=608896&r1=608895&r2=608896&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo (original)
+++ maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo Fri Jan  4 07:50:53 2008
@@ -2401,8 +2401,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