[Building Sakai] edu-services pom files in need of a review

Jean-Francois Leveque jean-francois.leveque at upmc.fr
Tue Feb 7 03:24:50 PST 2012


On 07/02/2012 12:02, Jean-Francois Leveque wrote:
> Hi,
>
> I'm afraid I don't have the knowledge to do the review myself.
>
> I hope someone more skilled will volunteer.
>
> Here's the weirdest thing I've found in
> https://source.sakaiproject.org/svn/edu-services/trunk/cm-service/cm-authz-synchronizer/pom.xml
>
>       <parent>
>           <artifactId>base</artifactId>
>           <groupId>org.sakaiproject</groupId>
>           <version>2.7.0-SNAPSHOT</version>
>       </parent>
>
> It's also present in 1.1.1 tag and might also be found elsewhere.
>
> I've also found lots or repeated 1.1.1 versions in the sub-directories
> pom.xml files for the 1.1.1 tag, couldn't they be inherited from
> edu-services' main pom.xml?
>
> Should I JIRA this with the text above?
>
> Cheers,
>
> J-F

In 1.1.1/trunk, I also found the following.

edu-services/cm-service/cm-impl/integration-test/pom.xml

1.1.1
     <parent>
         <artifactId>course-management</artifactId>
         <groupId>org.sakaiproject</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>

trunk
     <parent>
         <artifactId>sections</artifactId>
         <groupId>org.sakaiproject.edu-services.sections</groupId>
         <version>1.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>


More information about the sakai-dev mailing list