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 01:15:22 UTC

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

Author: pgier
Date: Mon May 24 23:15:21 2010
New Revision: 947855

URL: http://svn.apache.org/viewvc?rev=947855&view=rev
Log:
Fix dependency property example so that the site builds

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=947855&r1=947854&r2=947855&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 23:15:21 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