Hello,
The bamboo specs tutorial fails against the 6.4 server.
While I am very new to bamboo specs and java in general it seems like the java project in the tutorial is built against 6.2.1.
I would be happy to "hack" the projects but any of my attempts have been in vain.
Any pointers are welcome,
/Kristoffer
Hello @Kristoffer Granberg Cauchi,
You could either:
mvn archetype:generate -B \
-DarchetypeGroupId=com.atlassian.bamboo -DarchetypeArtifactId=bamboo-specs-archetype \
-DarchetypeVersion=6.4.0 \
-DgroupId=com.atlassian.bamboo -DartifactId=bamboo-specs -Dversion=1.0.0-SNAPSHOT \
-Dpackage=tutorial -Dtemplate=minimal
<parent>
<groupId>com.atlassian.bamboo</groupId>
<artifactId>bamboo-specs-parent</artifactId>
<version>6.4.0</version>
<relativePath/>
</parent>
Kind regards,
Rafael
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.