mirror of https://github.com/apache/jclouds.git
'appid' value in cloudbees-web.xml value is sufficient, no need for it in the bees plugin configt need the bees.appid value in the plugin config as it's already set
This commit is contained in:
parent
d2c269626a
commit
98ff7b16fe
|
@ -110,7 +110,6 @@
|
||||||
<artifactId>bees-maven-plugin</artifactId>
|
<artifactId>bees-maven-plugin</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<appid>${bees.appid}</appid>
|
|
||||||
<environment>${bees.environment}</environment>
|
<environment>${bees.environment}</environment>
|
||||||
<apikey>${bees.apikey}</apikey>
|
<apikey>${bees.apikey}</apikey>
|
||||||
<secret>${bees.secret}</secret>
|
<secret>${bees.secret}</secret>
|
||||||
|
|
Loading…
Reference in New Issue