Adam Lally wrote:
On 8/7/07, Adam Lally <[EMAIL PROTECTED]> wrote:
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.


I've fixed this in SVN (see UIMA-521).

The command to get maven to generate the source jars is:
mvn source:jar

This page describes how to create bundles to upload to a repository:
http://maven.apache.org/guides/mini/guide-central-repository-upload.html

Reading the above link - it specifies "requirements" for the pom file for things going into the Maven repository, which our POM doesn't have. 2 I found missing were the <license> and the <scm> elements.
-Marshall
-Adam



Reply via email to