Hi,

Is there any place from where the JBossOSGi Server can be downloaded?
I get the sources from the repository and try to compile it but I have the following errors:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.jboss.microcontainer:jboss-kernel:jar:2.0.4.GA

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.jboss.microcontainer -DartifactId=jboss-kernel -Dversion=2.0.4.GA -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.jboss.microcontainer -DartifactId=jboss-kernel -Dversion=2.0.4.GA -Dpackaging=jar -Dfile=/path/to
/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.jboss.osgi:jboss-osgi-microcontainer-facade:jar:1.0.0.Alpha3
        2) org.jboss.microcontainer:jboss-kernel:jar:2.0.4.GA

2) org.jboss.deployers:jboss-deployers-vfs-spi:jar:2.0.5.GA

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.jboss.deployers -DartifactId=jboss-deployers-vfs-spi -Dversion=2.0.5.GA -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.jboss.deployers -DartifactId=jboss-deployers-vfs-spi -Dversion=2.0.5.GA -Dpackaging=jar -Dfile=/p
ath/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.jboss.osgi:jboss-osgi-microcontainer-facade:jar:1.0.0.Alpha3
        2) org.jboss.deployers:jboss-deployers-vfs-spi:jar:2.0.5.GA

3) org.jboss.deployers:jboss-deployers-vfs:jar:2.0.5.GA

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.jboss.deployers -DartifactId=jboss-deployers-vfs -Dversion=2.0.5.GA -Dpackaging=jar -Dfile=/pat
h/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=org.jboss.deployers -DartifactId=jboss-deployers-vfs -Dversion=2.0.5.GA -Dpackaging=jar -Dfile=/path/
to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.jboss.osgi:jboss-osgi-microcontainer-facade:jar:1.0.0.Alpha3
        2) org.jboss.deployers:jboss-deployers-vfs:jar:2.0.5.GA

4) org.jboss.aop:jboss-aop:jar:2.0.1.GA

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.jboss.aop -DartifactId=jboss-aop -Dversion=2.0.1.GA -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.jboss.aop -DartifactId=jboss-aop -Dversion=2.0.1.GA -Dpackaging=jar -Dfile=/path/to/file -Durl=[u
rl] -DrepositoryId=[id]

  Path to dependency:
        1) org.jboss.osgi:jboss-osgi-microcontainer-facade:jar:1.0.0.Alpha3
        2) org.jboss.aop:jboss-aop:jar:2.0.1.GA

----------
4 required artifacts are missing.

for artifact:
  org.jboss.osgi:jboss-osgi-microcontainer-facade:jar:1.0.0.Alpha3

from the specified remote repositories:
  archiva.default (http://172.22.202.110:8090/archiva/repository/internal)


Regards,
Miro.