You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2005/10/14 23:06:02 UTC

svn commit: r321220 - /maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml

Author: carlos
Date: Fri Oct 14 14:05:59 2005
New Revision: 321220

URL: http://svn.apache.org/viewcvs?rev=321220&view=rev
Log:
Added Maven2 instructions

Modified:
    maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml

Modified: maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml?rev=321220&r1=321219&r2=321220&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml Fri Oct 14 14:05:59 2005
@@ -87,6 +87,14 @@
             <li>oness.sf.net -> net.sf.oness</li>
           </ul>
         </p>
+
+        <h4>Maven 2 projects</h4>
+        <p>
+          You can request a upload for a maven 2 project just using the maven 2 pom.xml instead of 
+          the maven 1 project.xml referenced previously, <b>but remember to rename pom.xml to project.xml</b>.
+          The jar will be uploaded to both maven 1 and maven 2 repos.
+        </p>
+
       </subsection>
   
       <subsection name="Step 2. Posting the request">