Hi I have a question regarding the Felix Maven plugin. I'm using it and it's great, but I have a special problem here. I want to repack a number of JARs into one big JAR and make it an OSGi bundle. The Felix plugin takes the class directory from Maven's target directory (and can add dependencies etc.) However I would just like to specify a directory where all classes to use in the bundle can be found.
The Maven JAR plugin offers the 'classesDirectory' parameter, see http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html#classesDi rectory Is it possible to do the same with the Felix Maven plugin? Best regards, Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

