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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,040
Community Members
 
Community Events
185
Community Groups

How do I Create a Bamboo Specs project WITHOUT using Maven Archetype?

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.

1 answer

1 vote
Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 09, 2021

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events