Hi,

I would like to use the spring library descriptors, like the ones
found at http://www.springsource.com/repository/app/library . Did
anyone got this working using the maven-pax-plugin? When I add the
spring dynamic modules library

<dependency>
    <groupId>org.springframework.osgi</groupId>
    <artifactId>org.springframework.osgi-library</artifactId>
    <type>libd</type>
    <version>1.1.2.B</version>
</dependency>

I get a warning that this is not a bundle and will be skipped.

[WARNING] Skipping non-bundle artifact
org.springframework.osgi:org.springframework.osgi-library:libd:1.1.2.B:compile

Regards,
Leen

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to