From f3a9a7f258a4e5230213033ddb049182dab43988 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Gonzalez Date: Mon, 31 Oct 2005 23:17:03 +0000 Subject: [PATCH] Added required modelVersion and a basic sample git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329929 13f79535-47bb-0310-9956-ffa450edef68 --- .../apt/guides/mini/guide-ibiblio-upload.apt | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/maven-site/src/site/apt/guides/mini/guide-ibiblio-upload.apt b/maven-site/src/site/apt/guides/mini/guide-ibiblio-upload.apt index 2386452798..4905083753 100644 --- a/maven-site/src/site/apt/guides/mini/guide-ibiblio-upload.apt +++ b/maven-site/src/site/apt/guides/mini/guide-ibiblio-upload.apt @@ -41,6 +41,8 @@ foo-1.0.jar (or whatever artifact is referred to in the pom.xml) Note that the bundle will be read by a script, so it must follow the above format. Also, the <<>> should at least contain the following elements: + * modelVersion + * groupId * artifactId @@ -59,6 +61,35 @@ foo-1.0.jar (or whatever artifact is referred to in the pom.xml) * dependencies + + A basic sample: + ++----+ + + + 4.0.0 + org.apache.maven + maven + 2.0 + jar + Maven core + http://maven.apache.org + The maven main core project description + + http://svn.apache.org/viewcvs.cgi/maven + + + + ... + ... + ... + + ... + + + ++----+ + [] Some considerations about the <>: it will identify your project uniquely across all