Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Creating a Specs Project with Maven

David Morrow
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 26, 2019

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

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events