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