[Building Sakai] JForum for 2.9 - missing remote maven	repository?
    Gast, Cynthia (cmw6s) 
    cmw6s at eservices.virginia.edu
       
    Thu Apr 25 13:54:57 PDT 2013
    
    
  
Ah, we resolved this by adding a parent relativePath to the 3 poms:
    etudes_jforum_library/lib/pom.xml
     jforum-impl/impl/pom.xml
     jforum-impl/pack/pom.xml
like this:
        <parent>
                <artifactId>etudes-jforum-base</artifactId>
                <groupId>org.etudes</groupId>
                <version>pom</version>
+               <relativePath>../../pom.xml</relativePath>
        </parent>
Cindy
________________________________
From: Gast, Cynthia (cmw6s) [cmw6s at eservices.virginia.edu]
Sent: Thursday, April 25, 2013 1:58 PM
To: sakai-dev at collab.sakaiproject.org; dev at etudes.org
Cc: murthy at etudes.org
Subject: JForum for 2.9 - missing remote maven repository?
Hello:
We are building a pre-release of JForum for 2.9.1, and have successfully built on one machine a few weeks ago.
Yesterday, tried to build the same on a different machine, and it seems that a needed remote maven repository is missing?  Or am I misunderstanding this error?
   From the below error, and after examining our local maven repository where the indicated pom is missing, I wonder if this repo is offline or removed ?
        http://repo.maven.apache.org/maven2
[ERROR]
[ERROR]   The project org.etudes:etudes-jforum-impl:${etudes.jforum.version} (/usr/local/sakai/sakai_2-9-x_dev/tools/jforum/jforum-impl/impl/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find org.etudes:etudes-jforum-base:pom:pom in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 25, column 10 -> [Help 2]
[ERROR]
Thanks for any feedback,
Cynthia Gast - UVa Sakai Development Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130425/4f67bc64/attachment.html 
    
    
More information about the sakai-dev
mailing list