Hi Guys,I have sakai 2.5 installed on debian system.
when I run mvn clean install sakai:deploy. I got this Build Error Message.
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.sakaiproject:sakai-mock:jar:2.5.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.sakaiproject -DartifactId=sakai-mock -Dversion=2.5.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.sakaiproject -DartifactId=sakai-mock -Dversion=2.5.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.sakaiproject:sakai-lamstwo-logic-impl:jar:1.3-SNAPSHOT
2) org.sakaiproject:sakai-mock:jar:2.5.0
----------
1 required artifact is missing.
for artifact:
org.sakaiproject:sakai-lamstwo-logic-impl:jar:1.3-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache-repo (http://myfaces.zones.apache.org/dist/maven-repository),
sakai-ibiblio-mirror (http://source.sakaiproject.org/maven2-ibiblio),
default (http://repo1.maven.org/maven2),
sakai-maven (http://source.sakaiproject.org/maven2)
Posted by Miyelani Given Shirinda