On 2/10/11 10:41 , Mark Evenson wrote:
On Feb 10, 2011, at 10:17 , Alessio Stalla wrote:
[…]
Technically to "mavenize" ABCL releases, we need to generate the javadoc and sources jars. All the rest (signing and deploying to the repository) is done by Maven or Ant + Maven tasks; you can't generate the signed files, commit them, and upload them separately, as far as I know.
So, the first step is to add targets to 'build.xml' to package our source and javadocs?
"That's easy!" methinks…
And [13212][1] adds targets for javadoc, so as I understand things, we should have now be able to create all the necessary artifacts for Maven from out Ant build system.
[1]: http://trac.common-lisp.net/armedbear/changeset/13212