Re: [DISCUSS] wrong maven configure for cloud-agent/cloud-server

2013-02-26 Thread Rohit Yadav
On Wed, Feb 27, 2013 at 6:40 AM, Frank Zhang wrote: > I encounter failure of compile after deleting my .m2/ cache > The root cause is cloud-utils is set as 'test' scope in agent/pom.xml and > server/pom.xml, but cloud-utils itself is not 'test' scope. > I suspect it's a wrong setting and made bel

[DISCUSS] wrong maven configure for cloud-agent/cloud-server

2013-02-26 Thread Frank Zhang
I encounter failure of compile after deleting my .m2/ cache The root cause is cloud-utils is set as 'test' scope in agent/pom.xml and server/pom.xml, but cloud-utils itself is not 'test' scope. I suspect it's a wrong setting and made below patch. If nobody rises special reason I would apply this