Those artifacts are available in the following private maven repo: http://svn.apache.org/repos/asf/servicemix/m2-repo/org/eclipse/osgi/3.5.1.v20090827/ which is referenced in the karaf parent pom, so it should be available from maven, but given you use the car maven plugin, that may be the cause for not finding this artifact. Can you try adding this repository in one of your parent pom maybe ?
On Thu, Oct 29, 2009 at 13:11, Rick McGuire <[email protected]> wrote: > Guillaume, > > It looks like the Geronimo build has been messed up by a recent Karaf > change. Do you have any suggestions on what needs updating this time? > > Rick > > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.eclipse:osgi:jar:3.5.1.v20090827 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.eclipse -DartifactId=osgi > -Dversion > =3.5.1.v20090827 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.eclipse -DartifactId=osgi > -Dversion=3 > .5.1.v20090827 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[ > id] > > Path to dependency: > 1) > org.apache.geronimo.plugins:geronimo-connector-server:server-assembly > :3.0-SNAPSHOT > 2) > org.apache.geronimo.framework.plugingroups:framework:car:3.0-SNAPSHOT > > 3) org.apache.geronimo.framework:karaf-framework:car:3.0-SNAPSHOT > 4) org.eclipse:osgi:jar:3.5.1.v20090827 > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.geronimo.plugins:geronimo-connector-server:server-assembly:3.0-SNAP > SHOT > > from the specified remote repositories: > apache.snapshots (http://repository.apache.org/snapshots), > codehaus.snapshots (http://snapshots.repository.codehaus.org), > repo.mergere.com (http://repo.mergere.com/maven2) > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
