dev@glassfish.java.net

Re: v3 sources & repackaging

From: Sahoo <sahoo_at_sun.com>
Date: Thu, 17 Jul 2008 11:09:01 -0700

Harsha Godugu wrote:
> Sahoo wrote:
>
>> Does the individual pom.xml not tell you what kind of repackaging is
>> happening? The reason for repackaging is that the original artifacts
>> are not OSGi bundles, so we process them to generate OSGi manifest
>> entries and repackage them as a new jar.
>
> And what about the sources ? Where are they ? Would you please produce
> a clear mechanincs in a document so that others can refer in case if
> needed for future.
>
All the javax. stuff are coming from Sun's public maven repository. So,
you should be able to trace their origin by looking at the maven
artifacts. In any case, they are from glassfish-svn/api directory and
the rest are either from jsf project or from webservices project.

Thanks,
Sahoo