There's this: http://www.apache.org/dev/publishing-maven-artifacts.html.

And you also might learn something from:
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

In general, a maven artifact (the fancy term for a published jar) can
be accompanied by as little posse of other files, each marked with a
classifier string. Conventionally, people publish source and javadoc,
and then things like eclipse can automatically download them and show
them to you.



On Wed, Mar 23, 2011 at 5:19 PM, Cameron McCormack <[email protected]> wrote:
> Benson Margulies:
>> I've pushed the 1.7 jars to maven via repository.apache.org. They'll
>> copy themselves to central presently.
>
> Thank you!
>
>> Before 1.8, it sure would be nice if the build could produce -javadoc
>> and -source jars corresponding to the code jars.
>
> Do maven artifacts come in javadoc and source forms too?  Do you have a
> pointer to documentation on how those jars should be structured?
>
> --
> Cameron McCormack ≝ http://mcc.id.au/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to