On Fri, Jul 26, 2013 at 03:07:17PM +0200, Nicolas FOATA wrote: > Hi everyone, > > I have just clone cloudstack and the HEAD (32c8cd3cd74016e3d478...) can not > compile with : > * mvn clean install -P systemvm,developer* > > The error message is : > * [ERROR]* Failed to execute goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process > (default) on project cloudstack: > Error finding remote resources manifests: > <mypath>/cloudstack/target/maven-shared-archive-resources/META-INF/NOTICE > (Permission denied) -> [Help 1] > > Even if I run with sudo the compilation, I have an error (another one). > > However, it's strange because in the previous versions of cloudstack that I > have built, I never need to use the sudo command (dangerous action). >
You should *not* need to run with sudo. Something is wrong locally for you I think. AFAIK, that permission issue wouldn't be caused by the build process. > So, is it a clean version to retrieve from the head ? HEAD of the master branch is always in development status, but we want to keep it as stable as possible. > A git checksum to take in account ? > A version to use as a starting point to build a branch for a patch ? > > Thanks in advance for your help. > > Best regards > > Nicolas Foata