Adam Lally wrote:
As I recall we had a couple of user requests for us to publish our
jars as Maven artifacts in the Apache incubator repository. And I
think I got our Maven metadata into shape during the 2.1.0 release
process after some comments from Dan Kulp on the [EMAIL PROTECTED] list.
So should we put these up for a vote as well?
OK with me. I verified that in at least one Jar (and Adam should
confirm the build does this
for all Jars) there are the following files in the META-INF directory:
DISCLAIMER
LICENSE
NOTICES
which seem necessary for individual Maven-distributed Jars.
Maven has a the ability to download "sources" as well from the
repository, for Eclipse:
|mvn -Declipse.downloadSources=true|
This tells maven to download all associated sources of jar files in the
pom.xml. Amazing, how much easier it is to set up a project with proper
debugging sources etc.
Do we need to do something to "enable" this to work?
-Marshall