1 Reply Latest reply on Dec 29, 2008 8:07 PM by alrubinger

    microcontainer vfs build is broken?

    deanhiller

      I just checked out 2.0.0.GA of vfs and built it with maven and it seems a jar link is missing...(I am way out of my league here, can someone help...anyone have this jar?)

      [INFO] [resources:testResources]
      [INFO] Using default encoding to copy filtered resources.
      Downloading: http://repo1.maven.org/maven2/org/jboss/test/jboss-test/1.1.0.GA/jb
      oss-test-1.1.0.GA.jar
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Failed to resolve artifact.
      
      Missing:
      ----------
      1) org.jboss.test:jboss-test:jar:1.1.0.GA
      
       Try downloading the file manually from the project website.
      
       Then, install it using the command:
       mvn install:install-file -DgroupId=org.jboss.test -DartifactId=jboss-test
      -Dversion=1.1.0.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.test -DartifactId=jboss-test -D
      version=1.1.0.GA -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId
      =[id]
      
       Path to dependency:
       1) org.jboss:jboss-vfs:jar:2.0.0.GA
       2) org.jboss.test:jboss-test:jar:1.1.0.GA
      
      ----------
      1 required artifact is missing.