I have a mojo that computes the jars needed for an osgi bunlde and I need to add the list of jars to the project so that they will be available for the compile phase. Is there a plugin doing this or some documentaion on pulling this off? The jars can't be added to the pom because it is not known until the Manifest.mf file is analyzed and a directory of jars is consulted, as to which jars actually contain the java packages necessary for compilation and then those jars need to be added to the dependency list. I see the method to add a compile source root, but no method for adding a compile jar file.
Wb
