robert burrell donkin wrote:
good work
i was wondering whether we might consider specifying versions in the
manifest file and copying the license and notice files into the META-INF
in each jar. this practise is now fairly common in jakartaland and helps
people manage the jars.
+1 - I'd even love to see Maven style jars: jaxme2-0.4.jar
Commons (AFAIK) has its META-INF in the src/conf directory and it looks like:
Extension-Name: org.apache.commons.logging Specification-Vendor: Apache Software Foundation Specification-Version: 1.0 Implementation-Vendor: Apache Software Foundation Implementation-Version: 1.0.5
Ours should probably look something like:
Extension-Name: org.apache.ws.jaxme Specification-Vendor: Apache Software Foundation Specification-Version: 1.0 Implementation-Vendor: Apache Software Foundation Implementation-Version: 0.4
For uploading the jars to ibiblio, currently you have to open an issue on maven and request upload. I think there are plans to automate this but currently I beleieve this is the only way through.
Regards,
Nacho
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]