Results 1 to 4 of 4

Thread: Maven failed to resolve artifact: com.googlecode.jtype

  1. #1
    Join Date
    Aug 2009
    Posts
    3

    Default Maven failed to resolve artifact: com.googlecode.jtype

    I tried to build the Spring Roo wedding project using the information from this URL: http://blog.springsource.com/2009/05/27/roo-part-2/

    I tried this twice and got the same result.

    When I execute "mvn test" I get the error below which states that there's a missing resource. Is there a know solution to this problem?

    I'm using Spring Roo 1.0.0.RC1 [rev 198]


    [INFO] Unable to find resource 'com.googlecode.jtype:com.springsource.com.googlec ode.jtype:jar:0.1.0' in repository com.springsource.repository.bundles.external.snaps hots (http://private.repository.springsour...ndles/external)
    Downloading: http://repo1.maven.org/maven2/com/go...type-0.1.0.jar
    [INFO] Unable to find resource 'com.googlecode.jtype:com.springsource.com.googlec ode.jtype:jar:0.1.0' in repository central (http://repo1.maven.org/maven2)
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.

    Missing:
    ----------
    1) com.googlecode.jtype:com.springsource.com.googleco de.jtype:jar:0.1.0

  2. #2

    Default Can be manually downloaded to local maven repo


  3. #3
    Join Date
    Aug 2009
    Posts
    3

    Default

    I was hoping for a different answer but I do appreciate your help!

  4. #4
    Join Date
    Aug 2009
    Posts
    3

    Default

    This appears to have been fixed now.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •