Results 1 to 6 of 6

Thread: latest m2 compile error

  1. #1

    Default latest m2 compile error

    just git pull from repository and get below error

    Code:
    [INFO] Scanning for projects...
    [ERROR] The build could not read 2 projects -> [Help 1]
    [ERROR]   The project org.springframework.roo:org.springframework.roo.support:1.1.0.M3 (/Users/user/work/project2/spring-roo-git-repository/roo/support/pom.xml) has 1 error
    [ERROR]     Non-resolvable parent POM org.springframework.roo:org.springframework.roo.osgi.bundle:1.1.0.M3 for org.springframework.roo:org.springframework.roo.support:1.1.0.M3: Failed to resolve POM for org.springframework.roo:org.springframework.roo.osgi.bundle:1.1.0.M3 due to Missing:
    ----------
    1) org.springframework.roo:org.springframework.roo.osgi.bundle:pom:1.1.0.M3
    ----------
    1 required artifact is missing.
    
    for artifact: 
      org.springframework.roo:org.springframework.roo.osgi.bundle:pom:1.1.0.M3
    
    from the specified remote repositories:
      central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
        -> [Help 2]
    [ERROR]   The project org.springframework.roo:org.springframework.roo.support.osgi:1.1.0.M3 (/Users/user/work/project2/spring-roo-git-repository/roo/support-osgi/pom.xml) has 1 error
    [ERROR]     Non-resolvable parent POM org.springframework.roo:org.springframework.roo.osgi.bundle:1.1.0.M3 for org.springframework.roo:org.springframework.roo.support.osgi:1.1.0.M3: Failed to resolve POM for org.springframework.roo:org.springframework.roo.osgi.bundle:1.1.0.M3 due to Missing:
    ----------
    1) org.springframework.roo:org.springframework.roo.osgi.bundle:pom:1.1.0.M3
    ----------
    1 required artifact is missing.
    
    for artifact: 
      org.springframework.roo:org.springframework.roo.osgi.bundle:pom:1.1.0.M3
    
    from the specified remote repositories:
      central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
        -> [Help 2]
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
    [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
    user:roo user$

  2. #2
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    73

    Default

    Have you performed a mvn install in the wrapping directory before build?

  3. #3
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    73

    Default

    Just tested. Doesn't work here also.

  4. #4
    Join Date
    Oct 2009
    Location
    Minneapolis, MN
    Posts
    137

    Default M2 location

    hi,

    where do you get this milestone downloaded from ?

    Thanks
    Srinivas

  5. #5

    Default

    from git repository. i tried it yesterday . yup, i did mvn clean install on /wrapping folder.

  6. #6

Posting Permissions

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