Ignore that….I was running mvn with sudo, so of course it couldn't find the
artifact…
On Jul 10, 2013, at 9:36 AM, "SuichII, Christopher"
wrote:
> Now I'm seeing this issue after pulling the latest and rebuilding.
>
> [ERROR] Failed to execute goal on project cloud-client-ui: Could not resol
Now I'm seeing this issue after pulling the latest and rebuilding.
[ERROR] Failed to execute goal on project cloud-client-ui: Could not resolve
dependencies for project
org.apache.cloudstack:cloud-client-ui:war:4.2.0-SNAPSHOT: Could not find
artifact
org.apache.cloudstack:cloud-plugin-storage-
What I did:
# git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
# cd cloudstack
# mvn -P developer,systemvm clean install
# mvn -P developer -pl developer,tools/devcloud -Ddeploydb
then error:
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
--
You need to run following command at first
mvn -P developer,systemvm clean install
2013/7/1 Thomas Schneider
> Hello,
>
> I try to setup a Cloudstack developpement environement with devcloud
> following the instruction on the wiki but I have two problems.
> When I execute the following command
Hello,
I try to setup a Cloudstack developpement environement with devcloud
following the instruction on the wiki but I have two problems.
When I execute the following command I have an error:
mvn -P developer -pl developer,tools/devcloud -Ddeploydb
[INFO]
---