Code Monkey home page Code Monkey logo

opendmk's Introduction

XtreemFS OpenDMK 1.0-b02-SNAPSHOT Build

This project aims at providing jdmkrt, jdmktk and jmxremote_optional in a Maven structure. It is built from the 1.0-b02 Sources of OpenDMK using Maven 3.1.1 and Oracle JDK 1.5.0_13-b05, because the binary plug (which this project uses) is built using this version as well.

The SNAPSHOT build is available at this repository's gh-pages and can be used as follows:

In your $HOME/.m2/settings.xml add:

<settings>
  <profiles>

    <!-- more profiles -->

    <profile>
      <id>opendmk-dev</id>
      <repositories>
        <repository>
          <id>central</id>
          <url>http://repo.maven.apache.org/maven2</url>
        </repository>
  
        <repository>
          <id>xtreemfs-opendmk</id>
          <url>https://xtreemfs.github.io/opendmk</url>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>
      </repositories>
    </profile>
  
  <!-- more profiles -->

  </profiles>
</settings>

In your pom.xml add:

<project>

  <!-- more project configuration -->
  
  <dependencies>
    <dependency>
      <groupId>org.xtreemfs.opendmk</groupId>
      <artifactId>jdmkrt</artifactId>
      <version>1.0-b02-SNAPSHOT</version>
    </dependency>
    <!-- jdmkrt bundles the following artifacts -->
    <!--
    <dependency>
      <groupId>org.xtreemfs.opendmk</groupId>
      <artifactId>core</artifactId>
      <version>1.0-b02-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>org.xtreemfs.opendmk</groupId>
      <artifactId>core-rmic</artifactId>
      <version>1.0-b02-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>org.xtreemfs.opendmk</groupId>
      <artifactId>snmp_manager</artifactId>
      <version>1.0-b02-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>org.xtreemfs.opendmk</groupId>
      <artifactId>snmp_agent</artifactId>
      <version>1.0-b02-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>org.xtreemfs.opendmk</groupId>
      <artifactId>binary-plug</artifactId>
      <version>1.0-b02</version>
    </dependency>
    -->
    
    <dependency>
      <groupId>org.xtreemfs.opendmk</groupId>
      <artifactId>jdmktk</artifactId>
      <version>1.0-b02-SNAPSHOT</version>
    </dependency>
    <!-- jdmktk bundles the following artifact -->
    <!--
    <dependency>
      <groupId>org.xtreemfs.opendmk</groupId>
      <artifactId>toolkit</artifactId>
      <version>1.0-b02-SNAPSHOT</version>
    </dependency>
    -->
    
    <dependency>
      <groupId>org.xtreemfs.opendmk</groupId>
      <artifactId>jmxremote_optional</artifactId>
      <version>1.0-b02-SNAPSHOT</version>
    </dependency>
    <!-- jmxremote_optional bundles the following artifact -->
    <!--
    <dependency>
      <groupId>org.xtreemfs.opendmk</groupId>
      <artifactId>jmx_optional</artifactId>
      <version>1.0-b02-SNAPSHOT</version>
    </dependency>
    -->
  </dependencies>
  
  <!-- more project configuration -->

</project>

And build your project like so:

  mvn install -Popendmk-dev

OpenDMK comes with a dual license (GPL and CDDL) and this project uses the same dual licensing scheme. This project uses OpenDMK's binary plug which comes with a seperate binary license.

Build Status

opendmk's People

Contributors

robert-schmidtke avatar

Watchers

James Cloos avatar Ramón Rial avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.