Dear Markus,
I have been trying to finalize on the setup and whenever I run the
mvn jetty:run I encounter the following error:
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building pds.core
[INFO] task-segment: [jetty:run]
[INFO]
------------------------------------------------------------------------
[INFO] Preparing jetty:run
[INFO] [install:install-file {execution: execution1}]
[INFO] Installing /home/onsakia/personaldatastore/pds.core/../
pdsproject/lib/higgins-xdi4j_1.0.800.jar to /home/onsakia/.m2/
repository/org/eclipse/higgins/xdi4j/1.0.800/xdi4j-1.0.800.jar
[INFO] [install:install-file {execution: execution2}]
[INFO] Installing /home/onsakia/personaldatastore/pds.core/../
pdsproject/lib/je-4.0.103.jar to /home/onsakia/.m2/repository/com/
sleepycat/je/4.0.103/je-4.0.103.jar
[INFO] [install:install-file {execution: execution3}]
[INFO] Installing /home/onsakia/personaldatastore/pds.core/../
pdsproject/lib/json.jar to /home/onsakia/.m2/repository/org/json/json/
1.0/json-1.0.jar
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) pdsproject:pds.core.base:jar:0.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=pdsproject -
DartifactId=pds.core.base -Dversion=0.1-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the
file there:
mvn deploy:deploy-file -DgroupId=pdsproject -
DartifactId=pds.core.base -Dversion=0.1-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pdsproject:pds.core:war:0.1-SNAPSHOT
2) pdsproject:pds.core.base:jar:0.1-SNAPSHOT
2) pdsproject:pds.core.single:jar:0.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=pdsproject -
DartifactId=pds.core.single -Dversion=0.1-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the
file there:
mvn deploy:deploy-file -DgroupId=pdsproject -
DartifactId=pds.core.single -Dversion=0.1-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pdsproject:pds.core:war:0.1-SNAPSHOT
2) pdsproject:pds.core.single:jar:0.1-SNAPSHOT
3) pdsproject:pds.core.any:jar:0.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=pdsproject -
DartifactId=pds.core.any -Dversion=0.1-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the
file there:
mvn deploy:deploy-file -DgroupId=pdsproject -
DartifactId=pds.core.any -Dversion=0.1-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pdsproject:pds.core:war:0.1-SNAPSHOT
2) pdsproject:pds.core.any:jar:0.1-SNAPSHOT
4) pdsproject:pds.core.xri:jar:0.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=pdsproject -
DartifactId=pds.core.xri -Dversion=0.1-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the
file there:
mvn deploy:deploy-file -DgroupId=pdsproject -
DartifactId=pds.core.xri -Dversion=0.1-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pdsproject:pds.core:war:0.1-SNAPSHOT
2) pdsproject:pds.core.xri:jar:0.1-SNAPSHOT
----------
4 required artifacts are missing.
for artifact:
pdsproject:pds.core:war:0.1-SNAPSHOT
from the specified remote repositories:
central (
http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Mon Mar 19 18:06:51 EAT 2012
[INFO] Final Memory: 7M/18M
[INFO] -------------------------------------------
What am I not doing correctly and how can I sort out this issue?
Your help will be appreciated.
Regards,
Davis M Onsakia