On Wed, Nov 19, 2008 at 18:40, René Vangsgaard <[EMAIL PROTECTED]> wrote: > Hi - I am new to Qi4j and just started using Maven (I understand the concept > of Maven/repos/dependencies), but I have no experience with Maven). The > build process fails with "2 required artifacts are missing": > org.qi4j.core:qi4j-core-bootstrap:bundle:0.5-SNAPSHOT > org.ops4j.pax.swissbox:pax-swissbox-core:jar:0.2.0 > > Specified remote repos: > com.springsource.repository.bundles.external > (http://repository.springsource.com/maven/bundles/external), > ops4j-repository (http://repository.ops4j.org/maven2), > ops4j-snapshot (http://repository.ops4j.org/mvn-snapshots), > central (http://repo1.maven.org/maven2 > > Any idea how to solve this?
qi4j-core-bootstrap: http://repository.ops4j.org/mvn-snapshots/org/qi4j/core/qi4j-core-bootstrap/0.5-SNAPSHOT/ Pax-swissbox: http://repository.ops4j.org/maven2/org/ops4j/pax/swissbox/pax-swissbox-core/0.2.0/ Both maven artifacts are there. Care to paste your pom.xml? Regards, Edward Yakop _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

