Index: xdocs/properties.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/eclipse/xdocs/properties.xml,v retrieving revision 1.8 diff -u -r1.8 properties.xml --- xdocs/properties.xml 6 May 2004 05:43:12 -0000 1.8 +++ xdocs/properties.xml 6 May 2004 15:16:25 -0000 @@ -107,5 +107,27 @@ MAVEN_REPO that points to your local Maven repository.

+
+

+ The dependencies defined in the POM need not to be jars strictly. They can + be projects in the eclipse workspace. If a dependency as an eclipse project + a property needs to be added to that dependency to indicate so. +

+ + grpId + tldid + tldversion + tld + + true + + +]]> +

+ This indicates that the dependency tldid is another project in the workspace. + Note that the name of the referenced project is the artifactId. +

+