Hi team,
I am trying to develop a bamboo plugin and have setup the dev env for "myfirstplugin". However, I am encountering a "BUILD FAILURE" with the below error.
Unable to replace /vagrant/kittycapture/kitty/target/bamboo/home/bamboo.cfg.xml
I am on Vagrant - Ubuntu 18.04 and Adapt openJDK-8.
[[1;31mERROR] Failed to execute goal com.atlassian.maven.plugins:bamboo-maven-plugin:8.1.0:run[m (default-cli) on project kitty: Unable to replace /vagrant/kittycapture/kitty/target/bamboo/home/bamboo.cfg.xml: /vagrant/kittycapture/kitty/target/bamboo/home/bamboo.cfg.xml (No such file or directory) -> [Help 1]
[[1;31mERROR]
[[1;31mERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[[1;31mERROR] Re-run Maven using the -X switch to enable full debug logging.
[[1;31mERROR]
[[1;31mERROR] For more information about the errors and possible solutions, please read the following articles:
[[1;31mERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
could you kindly help me with what could have gone wild?