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/01/28 20:22:35 UTC

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

Author: pgier
Date: Thu Jan 28 19:22:34 2010
New Revision: 904222

URL: http://svn.apache.org/viewvc?rev=904222&view=rev
Log:
[MANTRUN-126] Add note about old format in the site docs.

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=904222&r1=904221&r2=904222&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 Thu Jan 28 19:22:34 2010
@@ -36,6 +36,9 @@
 <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
+ and should no longer be used.
+ 
  You can also use these classpath references:
   
   * <<<maven.compile.classpath>>>