[Building Sakai] Question on missing pom dependency imsqti-1.2.pom
Reynaldo H Santos
santos1 at stanford.edu
Mon Jan 14 16:32:48 PST 2013
Hi fellow developers,
Just a question regarding a missing dependency pom on imsqti-1.2.
I'm wondering if you had the same error as I'm having on CLE 2.9 build. The error has to do with the Maven build not finding the imsqti-1.2.pom file from https://source.sakaiproject.org/maven2/ims/imsqti/1.2/
[ERROR] Failed to execute goal on project samlite-impl: Could not resolve dependencies for project org.sakaiproject.samigo:samlite-impl:jar:2.9.1-SNAPSHOT: Failed to collect dependencies for [org.sakaiproject.samigo:samigo-api:jar:2.9.1-SNAPSHOT (provided), org.sakaiproject.samigo:samigo-services:jar:2.9.1-SNAPSHOT (provided), org.sakaiproject.samigo:samigo-hibernate:jar:2.9.1-SNAPSHOT (provided), ims:imsqti:jar:1.2 (compile), xmlbeans:xbean:jar:2.2.0 (compile), org.apache.commons:commons-math:jar:2.2 (provided), commons-logging:commons-logging:jar:1.0.4 (provided), org.sakaiproject.kernel:sakai-component-manager:jar:1.3-SNAPSHOT (provided), org.sakaiproject.kernel:sakai-kernel-util:jar:1.3-SNAPSHOT (compile), junit:junit:jar:3.8.1 (test)]: Failed to read artifact descriptor for ims:imsqti:jar:1.2: Could not transfer artifact ims:imsqti:pom:1.2 from/to default
Is there a chance we can upload the missing pom it is looking for to https://source.sakaiproject.org/maven2/ims/imsqti/1.2
to avoid this build errors? The pom could be something like the following:
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>ims</groupId>
<artifactId>imsqti</artifactId>
<version>1.2</version>
<description>imsqti</description>
</project>
Is there any reason why this pom file should not be at https://source.sakaiproject.org/maven2/ims/imsqti/1.2/ ?
If no special reason, please upload the pom file mentioned above to https://source.sakaiproject.org/maven2/ims/imsqti/1.2
Thanks,
Reynaldo Santos
santos1 at stanford.edu
More information about the sakai-dev
mailing list