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
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