Downloading and installing maven artifacts as modules

Alan Bateman Alan.Bateman at oracle.com
Tue Sep 27 05:47:26 PDT 2011


Jesse Glick wrote:
>
> If this were to be more than a demo, you would not want to recreate 
> the logic for parsing Maven metadata, but rather call into the 
> official embedding APIs.
>
> I do not think you want to interpret <packaging>zip</packaging>; does 
> such a packaging even exist? (Various named packagings produce *.zip 
> artifacts which are usually software distributions, i.e. contain JARs 
> and other files as entries.)
This is just a demo for now, it's purpose being to tease out the issues 
that we would have if we were to extend the repository support to allow 
a module library be associated with a maven repository. Clearly we don't 
want to be parsing maven metadata but it's done this way for now to 
avoid the dependency.

-Alan



More information about the jigsaw-dev mailing list