Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

IPYNB Plugin for Bitbucket Server 6.1.0 compatibility

To recompile the IPython Notebook Plugin (for Bitbucket Server 6.1.0 compatibility), perform the following operations

  1. Install Atlassian SDK
  2. Clone the plugin from the official repository                                                                       git clone https://bitbucket.org/hkruitbosch/bitbucket-ipynb-plugin.git
  3. Modify the pom.xml properties directory and other relevant directories .i.e                                                                                                                                                        
    <properties>

    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

    <amps.version>8.0.0</amps.version>
    <bitbucket.version>6.1.0</bitbucket.version>
    <bitbucket.data.version>${bitbucket.version}</bitbucket.data.version>

    <!-- This property ensures consistency between the key in atlassian-plugin.xml and the OSGi bundle's key. -->
    <atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>

    <atlassian.spring.scanner.version>2.1.7</atlassian.spring.scanner.version>
    <javax.inject.version>1</javax.inject.version>
    <jsr311.version>1.1.1</jsr311.version>
    <plugin.testrunner.version>2.0.1</plugin.testrunner.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

    </properties>

    If there are other dependencies to be modified, do with caution.

  4. Runs the application with your plugin installed with the command atlas-run
  5. Packaging and releasing your plugin

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events