Hi Max,

> I am getting the following error when I do a source build on version 
4.8.11
> and 4.9.0.1 (mvn -P deps is the command I run):
> 
> ---
> BUILD FAILURE
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 7.442s
> [INFO] Finished at: Tue Nov 29 14:10:59 IST 2016
> [INFO] Final Memory: 31M/74M
> [INFO] ------------------------------------------------------------
> ------------
> [WARNING] The requested profile "deps" could not be activated because it
> does not exist.
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check
> (cloudstack-checkstyle) on project cloud-maven-standard: Execution
> cloudstack-checkstyle of goal
> org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check
> failed: Plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.11 or 
one
> of its dependencies could not be resolved: Failure to find
> org.apache.cloudstack:checkstyle:jar:4.8.1.1H in
> http://repo.maven.apache.org/maven2 was cached in the local repository,
> resolution will not be reattempted until the update interval of central 
has
> elapsed or updates are forced -> [Help 1]
> [ERROR]
> ------
> 
> Not clear how to fix this. Thanks in advance for all the help,

Have a look at the message:
You're activating a profile on the command line ("-P deps") that obviously 
doesn't exist. What are you trying to do?


Regards

Thorsten

Reply via email to