On 8/7/07, Marshall Schor <[EMAIL PROTECTED]> wrote: > 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 >
I check that these files are in all of the jars. For the Eclipse plugins, though, the DISCLAIMER, LICENSE, and NOTICE files are in the jars that are inside the plugin zip files, but they aren't in the META-INF directory of the plugins themselves. That might be a problem. > 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? > Maven automatically generates "sources" jar files (check your local Maven repository). Unfortunately these don't have the DISCLAIMER, LICENSE, NOTICES. I will see if I can figure out how to get those to be added. -Adam
