You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/06/13 17:45:45 UTC

cvs commit: maven/xdocs repository-upload.xml

vmassol     2004/06/13 08:45:45

  Modified:    xdocs    Tag: MAVEN-1_0-BRANCH repository-upload.xml
  Log:
  Adding more information about the minimal elements required in artifact POMs
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.7.4.8   +11 -0     maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7.4.7
  retrieving revision 1.7.4.8
  diff -u -r1.7.4.7 -r1.7.4.8
  --- repository-upload.xml	12 May 2004 17:37:48 -0000	1.7.4.7
  +++ repository-upload.xml	13 Jun 2004 15:45:45 -0000	1.7.4.8
  @@ -62,6 +62,17 @@
           project.xml
           foo-1.0.jar (or whatever artifact is referred to in the project.xml)
         </source>
  +
  +      <p>
  +        In that case the project.xml should at least contain the following elements:
  +      </p>
  +      <ul>
  +        <li>groupId</li>
  +        <li>id</li>
  +        <li>name</li>
  +        <li>currentVersion</li>
  +        <li>dependencies</li>
  +      </ul>
         
       </section>
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org