@nacx thanks for the reply. I tried this:
changed the pom.xml in the jclouds-plugin to :
`<jclouds.version>2.1.0-SNAPSHOT</jclouds.version>`
and added:
```
<repository>
<id>jclouds-snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
```
when compiling got this error:
```
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/Users/cpanato/project/jcloud/jclouds-plugin/jclouds-plugin/src/main/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineServiceAdapter.java:[141,33]
no suitable constructor found for
Builder(java.lang.String,java.net.URI,java.net.URI,java.util.List<org.jclouds.googlecomputeengine.domain.AttachDisk>)
constructor
org.jclouds.googlecomputeengine.domain.NewInstance.Builder.Builder(java.lang.String,java.net.URI,java.net.URI,java.net.URI,java.util.List<org.jclouds.googlecomputeengine.domain.AttachDisk>)
is not applicable
(actual and formal argument lists differ in length)
constructor
org.jclouds.googlecomputeengine.domain.NewInstance.Builder.Builder(java.lang.String,java.net.URI,java.net.URI,java.net.URI,java.net.URI)
is not applicable
(actual and formal argument lists differ in length)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Jenkins JClouds plugin parent POM .................. SUCCESS [ 8.000 s]
[INFO] jclouds shaded jar for Jenkins plugin .............. SUCCESS [ 10.738 s]
[INFO] Jenkins JClouds plugin ............................. FAILURE [ 17.882 s]
[INFO] ------------------------------------------------------------------------
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1130#issuecomment-322891518