I am following the tutorial on creating a Bamboo Specs repo and getting an error consistently. Is there something I am missing in the process documented here?
https://confluence.atlassian.com/bamboo/tutorial-bamboo-java-specs-stored-in-bitbucket-server-938641946.html?_ga=2.251159238.1569547419.1564144916-590267622.1536673402
I am running :
mvn archetype:generate -B \
-DarchetypeGroupId=com.atlassian.bamboo \
-DarchetypeArtifactId=bamboo-specs-archetype \
-DarchetypeVersion=6.8.0 \
-DgroupId=com.atlassian.bamboo \
-DartifactId=bamboo-specs \
-Dversion=1.0.0-SNAPSHOT \
-Dpackage=tutorial \
-Dtemplate=minimal
The error I get is :
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.195 s
[INFO] Finished at: 2019-07-26T10:54:10-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (C:\testproject). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException