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.
Assuming there is a firewall preventing me from simply running the command listed in the tutorial:
mvn archetype:generate -B \
-DarchetypeGroupId=com.atlassian.bamboo -DarchetypeArtifactId=bamboo-specs-archetype \
-DarchetypeVersion=6.2.1 \
-DgroupId=com.atlassian.bamboo -DartifactId=bamboo-specs -Dversion=1.0.0-SNAPSHOT \
-Dpackage=tutorial -Dtemplate=minimal
How do I create a manually Bamboo Specs project? I assume it can be created manually, but I cannot find a description of the directories and files that are expected. I'm sure I'm not the first person to hit this problem, but I'm not having any luck finding an answer.
Hi,
I think the easiest way is to find some examples on GitHub or Bitbucket and adjust for you needs.
This for example should get you started: https://github.com/Gpkmr/bamboo-specs/blob/master/pom.xml
Note how the specs project is inside 'bamboo-specs' folder. That's how it's supposed to be organized if you want Repository Stored Specs to work.
That being said, wouldn't the same firewall rules that prevent you from using Maven Archetype also prevent you from downloading Java Specs dependencies? Which would be awkward, as you wouldn't be able to compile your specs locally before committing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.