You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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