I'm trying to pull openwebbeans to geronimo. I also have similar question
because I need to depends some modules that are not ASL license.
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.dom4j</artifactId>
----dom4j
is BSD-style license
<version>1.6.1_3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.javassist</artifactId>
---javassist is Dual-license; LGPL if downloaded as part of JBoss, MPL if
downloaded separately.
<version>3.7.ga_1-SNAPSHOT</version>
</dependency>
On Wed, Nov 25, 2009 at 4:15 PM, Ivan <[email protected]> wrote:
> Hi,
> Just find that jstl component does not have osgi meta-info shipped,
> while it is not under ASL 2.0, so is there any license issue for repackaging
> it with felix-maven.plugin ?
> Thanks !
> --
> Ivan
>
--
Shawn