Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

BUILDING.md

Latest commit

 

History

History
54 lines (42 loc) · 1.94 KB

BUILDING.md

File metadata and controls

54 lines (42 loc) · 1.94 KB

Initial Setup

  1. Install Java SDK 11 (or later), which can be downloaded fromhttp://www.oracle.com/technetwork/java/javase/downloads.
  2. Make sure that your JAVA_HOME environment variable is set to the newly installedJDK location, and that your PATH includes%JAVA_HOME%\bin (windows) or$JAVA_HOME/bin (unix).
  3. Install Maven 3.6.2 (or later), which can be downloaded fromhttp://maven.apache.org/download.html. Make sure that your PATH includestheMVN_HOME/bin directory.

Building

  1. Download and uncompress the Apache Karaf Cave source distribution.

  2. Change to the top level directory of Apache Karaf Cave uncompressed source distribution.

  3. Run

    $> mvn clean install

    This will compile Apache Karaf Cave and run all of the tests in theApache Karaf Cave source distribution.

    $> mvn clean install -DskipTests

    This will compile Apache Karaf Cave without running the tests (faster).

  4. Apache Karaf Cave is now present in your local Maven repository. Read the README fileto installl Cave into a running Apache Karaf instance.


[8]ページ先頭

©2009-2025 Movatter.jp