Hi all I've been developing an application with Felix and maven containing several maven modules each producing a bundle
I also use the maven-pax-plugin to launch the application using: mvn pax:provision That works great, pax:provision reads my repositories and the dependency management of the main pom and the modules and launches my application Now, I want to be able to ship the app using pax-runner doing pax-run.sh scan-pom:mvn:.... However this doesn't work the same as pax:provision, for example: - The repositaries defined in the pom are not used - The dependency management is not used to find the dependencies version - The dependencies defined in the modules are not used Is it possible then to use pax-run to run exactly as pax:provision? Regards Carlos _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general