You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by do...@apache.org on 2007/08/15 21:02:26 UTC

svn commit: r566302 - /felix/sandbox/donsez/urlhandler.maven/README.txt

Author: donsez
Date: Wed Aug 15 12:02:25 2007
New Revision: 566302

URL: http://svn.apache.org/viewvc?view=rev&rev=566302
Log:
complete documentation

Modified:
    felix/sandbox/donsez/urlhandler.maven/README.txt

Modified: felix/sandbox/donsez/urlhandler.maven/README.txt
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/urlhandler.maven/README.txt?view=diff&rev=566302&r1=566301&r2=566302
==============================================================================
--- felix/sandbox/donsez/urlhandler.maven/README.txt (original)
+++ felix/sandbox/donsez/urlhandler.maven/README.txt Wed Aug 15 12:02:25 2007
@@ -9,9 +9,10 @@
 URL schema samples:
 
 mvn:<groupId>:<artifactId>:<version>
-	the version of the artifact (in the user default repository)
+	the version of the artifact
+
 mvn:<groupId>:<artifactId>
-	the higher version of the artifact  (in the user default repository)
+	the higher version of the artifact
 
 mvn:<groupId>:<artifactId>:(<regexpOnVersion>)
 	the higher version of the artifact that match the regular expression  (in the user default repository).
@@ -26,4 +27,5 @@
 TODOLIST
 --------
 * use Maven Archiva for updating the local cache ...
-
+* tests it under Unix/Linux
+* extensive tests for MavenCompliantVersion