You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2010/05/25 00:50:06 UTC

svn commit: r947846 - /maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt.vm

Author: pgier
Date: Mon May 24 22:50:06 2010
New Revision: 947846

URL: http://svn.apache.org/viewvc?rev=947846&view=rev
Log:
Fix dependency property example

Modified:
    maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt.vm

Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt.vm?rev=947846&r1=947845&r2=947846&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt.vm (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/classpaths.apt.vm Mon May 24 22:50:06 2010
@@ -33,7 +33,7 @@ Referencing the Maven Classpaths
  to a dependency with groupId "org.apache" and artifactId "common-util", the following could be used.
 
 ------
-<echo message="Dependency JAR Path: ${org.apache.common-util.jar}"/> 
+<echo message="Dependency JAR Path: ${org.apache:common-util:jar}"/> 
 ------
  
  Note that the old format "maven.dependency.groupId.artifactId[.classifier].type.path" has been deprecated