gurkerl83 commented on pull request #91:
URL: https://github.com/apache/jclouds/pull/91#issuecomment-778192955


   One commit made in this pull request removed the maven jenkins profile 
https://github.com/apache/jclouds/pull/91/commits/1d40dd974fe49f85afb0b5407e81b90087f898db.
 I was pretty sure back then that I saw only src and doc profiles required. 
   
   Looking at the the jclouds and jclouds-compact build now, it seems only 
jenkins is required also. It seems the Main Build goes through even when one of 
the profiles, in this case jenkins, is missing. Maybe the change of this commit 
has to be reverted.
   
   I can not really help with the jenkins ci configuration. I can only provide 
the version ranges of guice and guava required.
   
   at least >= JDK 1.8 (latest), guava >= 27.1-jre, guice == 4.2.3.
   Note: 27.1-jre is really a version number here!
   
   In the compact build the versions of guava and guice are defined from the 
maven cli. In oder to set the right version the property version names have to 
be the same, but no change here, just change the values to
   
   -Dguava.version=27.1-jre -Dguice.version=4.2.3
   
   maybe this helps?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to