Hi ,

I'm just starting with maven and pax-construct and have a question regarding 
the provisioning of dependencies.

After creating a new project with pax-create-project i add a dependency (in 
<project_home>/pom.xml) to a pom defining libraries i use :

<dependencies>
    <dependency>
      <groupId>com.xyz</groupId>
      <artifactId>base-lib</artifactId>
      <version>1.0-SNAPSHOT</version>
      <type>pom</type>
    </dependency>
</dependencies>

this works to compile my bundles in the project which have dependencies to the 
defined libs. But when i try to provision the project (pax-provision) the 
dependencies of the imported pom wont be added to the target platform. 

I'm not sure if the way i try to deal with the dependencies is correct or if 
there are other solutions to solve the problem.

regards
Joachim








-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to