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

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