You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/09/29 19:38:51 UTC

svn commit: r1391847 - in /maven/maven-3/trunk/maven-artifact/src/site/apt: ./ index.apt

Author: hboutemy
Date: Sat Sep 29 17:38:50 2012
New Revision: 1391847

URL: http://svn.apache.org/viewvc?rev=1391847&view=rev
Log:
added an introduction to Artifact API

Added:
    maven/maven-3/trunk/maven-artifact/src/site/apt/
    maven/maven-3/trunk/maven-artifact/src/site/apt/index.apt   (with props)

Added: maven/maven-3/trunk/maven-artifact/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-artifact/src/site/apt/index.apt?rev=1391847&view=auto
==============================================================================
--- maven/maven-3/trunk/maven-artifact/src/site/apt/index.apt (added)
+++ maven/maven-3/trunk/maven-artifact/src/site/apt/index.apt Sat Sep 29 17:38:50 2012
@@ -0,0 +1,18 @@
+ -----
+ Introduction
+ -----
+ Hervé Boutemy
+ -----
+ 2012-09-29
+ -----
+
+Maven Artifact
+
+ Maven Artifact classes, providing <<<Artifact>>> component ({{{./apidocs/org/apache/maven/artifact/Artifact.html}javadoc}}),
+ with its <<<DefaultArtifact>>> implementation ({{{./xref/org/apache/maven/artifact/DefaultArtifact.html}source}}).
+
+* Useful entry points
+
+ * artifact version comparison {{{./apidocs/org/apache/maven/artifact/versioning/ComparableVersion.html}javadoc}},
+
+ * {{{./apidocs/org/apache/maven/artifact/versioning/VersionRange.html}version range}}.

Propchange: maven/maven-3/trunk/maven-artifact/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/maven-3/trunk/maven-artifact/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision