Message5643

Author nriley
Recipients cgroves, dstengle, fwierzbicki, javabrett, nriley
Date 2010-04-08.00:58:54
SpamBayes Score 7.813532e-05
Marked as misclassified No
Message-id <1270688335.98.0.408905382862.issue1512@psf.upfronthosting.co.za>
In-reply-to
Content
From what I can see:

http://maven.apache.org/guides/mini/guide-central-repository-upload.html

someone just needs to post a request to JIRA.  cd'ing into the maven directory and running mvn repository:bundle-create doesn't seem to work for me:

[INFO] [repository:bundle-create {execution: default-cli}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] project.scm.url must be present.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23 seconds
[INFO] Finished at: Wed Apr 07 19:56:33 CDT 2010
[INFO] Final Memory: 18M/79M
[INFO] ------------------------------------------------------------------------

Also I wonder if something isn't substituting correctly?

[INFO] Building jar: /Users/nicholas/zilles/jython-svn/trunk/maven/target/jython-@PROJECT-VERSION@.jar

Is there something that substitutes @PROJECT-VERSION@?
History
Date User Action Args
2010-04-08 00:58:55nrileysetmessageid: <1270688335.98.0.408905382862.issue1512@psf.upfronthosting.co.za>
2010-04-08 00:58:55nrileysetrecipients: + nriley, cgroves, fwierzbicki, dstengle, javabrett
2010-04-08 00:58:55nrileylinkissue1512 messages
2010-04-08 00:58:54nrileycreate