brett 2004/10/29 18:29:37 Modified: xdocs Tag: MAVEN-1_0-BRANCH repository-upload.xml Log: clarify upload instructions Revision Changes Path No revision No revision 1.7.4.11 +3 -3 maven/xdocs/repository-upload.xml Index: repository-upload.xml =================================================================== RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v retrieving revision 1.7.4.10 retrieving revision 1.7.4.11 diff -u -r1.7.4.10 -r1.7.4.11 --- repository-upload.xml 30 Aug 2004 09:55:54 -0000 1.7.4.10 +++ repository-upload.xml 30 Oct 2004 01:29:37 -0000 1.7.4.11 @@ -53,7 +53,7 @@ <p> If you are not using maven as your build system but want something - uploaded to Ibiblio then you just need to make a JAR with the following + uploaded to Ibiblio then you just need to make a JAR (using the <code>jar</code> executable, not <code>zip</code>, <code>pkzip</code> or equivalent) with the following format: </p> @@ -61,10 +61,10 @@ LICENSE.txt project.xml foo-1.0.jar (or whatever artifact is referred to in the project.xml) + META-INF/MANIFEST.MF (generated by the jar executable) </source> - <p> - In that case the project.xml should at least contain the following elements: + <p>Note that the bundle will be read by a script, so it must follow the above format. Also, the project.xml should at least contain the following elements: </p> <ul> <li>groupId</li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]