본문 바로가기
  • 경제적 자유를 얻는 그날까지
SW 프로젝트

PX4 Ulog Analyzer MAVGCL 설치과정(Failed)

by 베니스상인 2022. 10. 3.

 

 

 

MAVGCL Log Analyzer

 

 

선행과정

  • java, openjdk 17 버전 이상이 설치되어 있어야 한다.
  • maven 3.8.4 이상 버전이 설치되어 있어야 한다.
swift@Swift:/opt$ java --version
openjdk 17.0.4 2022-07-19
OpenJDK Runtime Environment (build 17.0.4+8-Ubuntu-120.04)
OpenJDK 64-Bit Server VM (build 17.0.4+8-Ubuntu-120.04, mixed mode, sharing)


swift@Swift:/opt$ mvn --version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/maven
Java version: 17.0.4, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.0-48-generic", arch: "amd64", family: "unix"

 

※ maven 3.8.6 설치과정은 아래 링크 참고

https://swiftcam.tistory.com/615 

 

Java maven 3.8.6 수동 설치 방법

설치할 플랫폼은 Linux Ubuntu 20.04, maven 버전: 3.8.6 수동 설치 방법 1) 소스코드 다운로드 $ wget https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz 2) 압축해제 $ sud..

swiftcam.tistory.com

 

 

소스코드 저장소

https://github.com/ecmnet/MAVGCL

 

GitHub - ecmnet/MAVGCL: In-Flight Analysis for PX4

In-Flight Analysis for PX4. Contribute to ecmnet/MAVGCL development by creating an account on GitHub.

github.com

 

 

 

 

mavutils 소스코드 다운 및 빌드

1) 다운로드

$ git clone https://github.com/ecmnet/mavutils.git

 

 

2) mvn clean & install

$ cd mavutils/mavutils

$ mvn clean

swift@Swift:~/workspace/PX4/mavtools/mavutils/mavutils$ mvn install

[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< com.comino:mavutils >-------------------------
[INFO] Building mavutils 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 8.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 87 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 32 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 98 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 127 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 44 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 95 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 20 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 105 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 3.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.2.2/jna-4.2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.2.2/jna-4.2.2.pom (1.3 kB at 4.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.2.2/jna-4.2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 264 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.2.2/jna-4.2.2.jar (1.1 MB at 846 kB/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mavutils ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 8.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 6.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 6.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 1.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 6.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 8.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 6.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 5.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 6.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 22 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 6.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 5.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 4.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 1.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 5.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 7.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 6.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 4.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 56 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 20 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 39 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 3.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 9.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 17 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 3.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 9.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 52 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 385 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 109 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 49 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 78 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 6.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 170 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 71 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 37 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 7.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 57 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 128 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 26 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 133 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 3.9 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 33 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/swift/workspace/PX4/mavtools/mavutils/mavutils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mavutils ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 5.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 63 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 82 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 5.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 8.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 26 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 6.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 6.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 7.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 6.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 6.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 9.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 9.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 7.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 7.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 4.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 17 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 3.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 22 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 5.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 76 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 103 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 40 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 7.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 3.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 6.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 6.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 7.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 7.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 5.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 6.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 5.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 9.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 3.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 6.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 7.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 4.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 18 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 7.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 2.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 3.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 69 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 47 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 65 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 2.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 2.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 4.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 9.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 7.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 10.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 64 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 512 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 18 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 8.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 5.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 2.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 167 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 633 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 459 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 208 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 36 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 60 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 138 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 38 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 40 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 131 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 26 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 123 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 3.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 17 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 3.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 30 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 137 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 76 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 24 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 64 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 185 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 300 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 45 source files to /home/swift/workspace/PX4/mavtools/mavutils/mavutils/target/classes
[WARNING] /home/swift/workspace/PX4/mavtools/mavutils/mavutils/src/main/java/com/comino/mavutils/jna/NativeString.java: /home/swift/workspace/PX4/mavtools/mavutils/mavutils/src/main/java/com/comino/mavutils/jna/NativeString.java uses or overrides a deprecated API.
[WARNING] /home/swift/workspace/PX4/mavtools/mavutils/mavutils/src/main/java/com/comino/mavutils/jna/NativeString.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mavutils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/swift/workspace/PX4/mavtools/mavutils/mavutils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ mavutils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/swift/workspace/PX4/mavtools/mavutils/mavutils/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mavutils ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 9.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 20 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 5.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 6.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 5.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 56 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 148 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 54 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 34 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 82 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 46 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 4.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 105 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 381 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 768 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 887 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 18 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 63 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 381 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 23 kB/s)
[INFO] Surefire report directory: /home/swift/workspace/PX4/mavtools/mavutils/mavutils/target/surefire-reports
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.pom (1.7 kB at 6.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (2.3 kB at 8.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.jar (26 kB at 91 kB/s)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.comino.mavutils.AppTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mavutils ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 9.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 6.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 9.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 66 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 3.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 72 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 201 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 599 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 119 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 185 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 341 kB/s)
[INFO] Building jar: /home/swift/workspace/PX4/mavtools/mavutils/mavutils/target/mavutils-0.0.1.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mavutils ---
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 8.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 65 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 3.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 18 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 26 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 40 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 743 kB/s)
[INFO] Installing /home/swift/workspace/PX4/mavtools/mavutils/mavutils/target/mavutils-0.0.1.jar to /home/swift/.m2/repository/com/comino/mavutils/0.0.1/mavutils-0.0.1.jar
[INFO] Installing /home/swift/workspace/PX4/mavtools/mavutils/mavutils/pom.xml to /home/swift/.m2/repository/com/comino/mavutils/0.0.1/mavutils-0.0.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  59.514 s
[INFO] Finished at: 2022-10-03T08:00:52+09:00
[INFO] ------------------------------------------------------------------------
swift@Swift:~/workspace/PX4/mavtools/mavutils/mavutils$

 

 

 

mavcom 소스코드 다운 및 빌드

1) 다운로드

$ git clone https://github.com/ecmnet/mavcom.git

 

 

2) mvn clean & install

swift@Swift:~/workspace/PX4/mavtools/mavcom/mavcom$ mvn clean
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------------< com.comino:mavcom >--------------------------
[INFO] Building mavcom 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mavcom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.104 s
[INFO] Finished at: 2022-10-03T08:32:06+09:00
[INFO] ------------------------------------------------------------------------
swift@Swift:~/workspace/PX4/mavtools/mavcom/mavcom$ mvn install
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------------< com.comino:mavcom >--------------------------
[INFO] Building mavcom 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-core/0.40.1/boofcv-core-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-core/0.40.1/boofcv-core-0.40.1.pom (4.0 kB at 3.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/georegression/georegression/0.24/georegression-0.24.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/georegression/georegression/0.24/georegression-0.24.pom (1.8 kB at 4.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ddogleg/ddogleg/0.21/ddogleg-0.21.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ddogleg/ddogleg/0.21/ddogleg-0.21.pom (2.5 kB at 5.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.41/ejml-core-0.41.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.41/ejml-core-0.41.pom (1.5 kB at 4.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.41/ejml-fdense-0.41.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.41/ejml-fdense-0.41.pom (1.7 kB at 5.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.41/ejml-ddense-0.41.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.41/ejml-ddense-0.41.pom (1.7 kB at 5.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.41/ejml-simple-0.41.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.41/ejml-simple-0.41.pom (2.7 kB at 8.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.41/ejml-cdense-0.41.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.41/ejml-cdense-0.41.pom (1.7 kB at 5.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.41/ejml-zdense-0.41.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.41/ejml-zdense-0.41.pom (1.7 kB at 5.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.41/ejml-dsparse-0.41.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.41/ejml-dsparse-0.41.pom (1.9 kB at 6.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fsparse/0.41/ejml-fsparse-0.41.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fsparse/0.41/ejml-fsparse-0.41.pom (1.9 kB at 6.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom (1.4 kB at 4.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-feature/0.40.1/boofcv-feature-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-feature/0.40.1/boofcv-feature-0.40.1.pom (2.6 kB at 7.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-ip/0.40.1/boofcv-ip-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-ip/0.40.1/boofcv-ip-0.40.1.pom (2.4 kB at 6.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-types/0.40.1/boofcv-types-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-types/0.40.1/boofcv-types-0.40.1.pom (2.2 kB at 5.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-geo/0.40.1/boofcv-geo-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-geo/0.40.1/boofcv-geo-0.40.1.pom (2.4 kB at 6.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-io/0.40.1/boofcv-io-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-io/0.40.1/boofcv-io-0.40.1.pom (3.5 kB at 8.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-sfm/0.40.1/boofcv-sfm-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-sfm/0.40.1/boofcv-sfm-0.40.1.pom (2.8 kB at 6.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-ip-multiview/0.40.1/boofcv-ip-multiview-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-ip-multiview/0.40.1/boofcv-ip-multiview-0.40.1.pom (2.8 kB at 8.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-recognition/0.40.1/boofcv-recognition-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-recognition/0.40.1/boofcv-recognition-0.40.1.pom (4.9 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/deepboof/main/0.5.1/main-0.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/deepboof/main/0.5.1/main-0.5.1.pom (1.7 kB at 4.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/deepboof/models/0.5.1/models-0.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/deepboof/models/0.5.1/models-0.5.1.pom (2.2 kB at 5.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/deepboof/learning/0.5.1/learning-0.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/deepboof/learning/0.5.1/learning-0.5.1.pom (1.8 kB at 4.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/deepboof/io/0.5.1/io-0.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/deepboof/io/0.5.1/io-0.5.1.pom (2.4 kB at 6.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.17.3/protobuf-java-3.17.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.17.3/protobuf-java-3.17.3.pom (5.6 kB at 17 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.17.3/protobuf-parent-3.17.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.17.3/protobuf-parent-3.17.3.pom (8.2 kB at 26 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.17.3/protobuf-bom-3.17.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.17.3/protobuf-bom-3.17.3.pom (3.5 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/rauschig/jarchivelib/1.1.0/jarchivelib-1.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/rauschig/jarchivelib/1.1.0/jarchivelib-1.1.0.pom (4.9 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/rauschig/oss-parent/1/oss-parent-1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/rauschig/oss-parent/1/oss-parent-1.pom (5.4 kB at 17 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 147 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/lingala/zip4j/zip4j/2.8.0/zip4j-2.8.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/lingala/zip4j/zip4j/2.8.0/zip4j-2.8.0.pom (6.8 kB at 22 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-reconstruction/0.40.1/boofcv-reconstruction-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-reconstruction/0.40.1/boofcv-reconstruction-0.40.1.pom (2.6 kB at 7.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.23/snakeyaml-1.23.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.23/snakeyaml-1.23.pom (38 kB at 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 219 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 17 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-learning/0.40.1/boofcv-learning-0.40.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-learning/0.40.1/boofcv-learning-0.40.1.pom (3.1 kB at 8.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fazecast/jSerialComm/2.9.1/jSerialComm-2.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/fazecast/jSerialComm/2.9.1/jSerialComm-2.9.1.pom (1.7 kB at 5.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.5/commons-math3-3.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.5/commons-math3-3.5.pom (28 kB at 89 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 174 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-core/0.40.1/boofcv-core-0.40.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/georegression/georegression/0.24/georegression-0.24.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/ddogleg/ddogleg/0.21/ddogleg-0.21.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.41/ejml-core-0.41.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.41/ejml-fdense-0.41.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-core/0.40.1/boofcv-core-0.40.1.jar (1.6 kB at 4.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.41/ejml-ddense-0.41.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.41/ejml-ddense-0.41.jar (408 kB at 468 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.41/ejml-simple-0.41.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.41/ejml-fdense-0.41.jar (407 kB at 422 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.41/ejml-cdense-0.41.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.41/ejml-core-0.41.jar (259 kB at 225 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.41/ejml-zdense-0.41.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.41/ejml-simple-0.41.jar (184 kB at 153 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fsparse/0.41/ejml-fsparse-0.41.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/georegression/georegression/0.24/georegression-0.24.jar (577 kB at 481 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.41/ejml-dsparse-0.41.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.41/ejml-cdense-0.41.jar (75 kB at 61 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ddogleg/ddogleg/0.21/ddogleg-0.21.jar (407 kB at 307 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-feature/0.40.1/boofcv-feature-0.40.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.41/ejml-zdense-0.41.jar (76 kB at 50 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-geo/0.40.1/boofcv-geo-0.40.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fsparse/0.41/ejml-fsparse-0.41.jar (94 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-io/0.40.1/boofcv-io-0.40.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.41/ejml-dsparse-0.41.jar (94 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-io/0.40.1/boofcv-io-0.40.1.jar (227 kB at 119 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar (301 kB at 149 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-ip/0.40.1/boofcv-ip-0.40.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar (2.5 MB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-ip-multiview/0.40.1/boofcv-ip-multiview-0.40.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 145 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-learning/0.40.1/boofcv-learning-0.40.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-feature/0.40.1/boofcv-feature-0.40.1.jar (1.2 MB at 516 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-recognition/0.40.1/boofcv-recognition-0.40.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-geo/0.40.1/boofcv-geo-0.40.1.jar (729 kB at 306 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/deepboof/main/0.5.1/main-0.5.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-ip-multiview/0.40.1/boofcv-ip-multiview-0.40.1.jar (218 kB at 88 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/deepboof/models/0.5.1/models-0.5.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-learning/0.40.1/boofcv-learning-0.40.1.jar (26 kB at 9.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/deepboof/learning/0.5.1/learning-0.5.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/deepboof/models/0.5.1/models-0.5.1.jar (3.8 kB at 1.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/deepboof/io/0.5.1/io-0.5.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/deepboof/main/0.5.1/main-0.5.1.jar (99 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.17.3/protobuf-java-3.17.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/deepboof/learning/0.5.1/learning-0.5.1.jar (43 kB at 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/rauschig/jarchivelib/1.1.0/jarchivelib-1.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-recognition/0.40.1/boofcv-recognition-0.40.1.jar (717 kB at 235 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/rauschig/jarchivelib/1.1.0/jarchivelib-1.1.0.jar (41 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/lingala/zip4j/zip4j/2.8.0/zip4j-2.8.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-ip/0.40.1/boofcv-ip-0.40.1.jar (1.7 MB at 488 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-reconstruction/0.40.1/boofcv-reconstruction-0.40.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/deepboof/io/0.5.1/io-0.5.1.jar (870 kB at 253 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-sfm/0.40.1/boofcv-sfm-0.40.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 175 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-types/0.40.1/boofcv-types-0.40.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/net/lingala/zip4j/zip4j/2.8.0/zip4j-2.8.0.jar (206 kB at 57 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fazecast/jSerialComm/2.9.1/jSerialComm-2.9.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-sfm/0.40.1/boofcv-sfm-0.40.1.jar (224 kB at 59 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-reconstruction/0.40.1/boofcv-reconstruction-0.40.1.jar (241 kB at 62 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/boofcv/boofcv-types/0.40.1/boofcv-types-0.40.1.jar (300 kB at 71 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/fazecast/jSerialComm/2.9.1/jSerialComm-2.9.1.jar (895 kB at 210 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar (2.0 MB at 470 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.17.3/protobuf-java-3.17.3.jar (1.7 MB at 335 kB/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mavcom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mavcom ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 536 source files to /home/swift/workspace/PX4/mavtools/mavcom/mavcom/target/classes
[WARNING] /home/swift/workspace/PX4/mavtools/mavcom/mavcom/src/main/java/com/comino/mavcom/param/ParameterAttributes.java: /home/swift/workspace/PX4/mavtools/mavcom/mavcom/src/main/java/com/comino/mavcom/param/ParameterAttributes.java uses or overrides a deprecated API.
[WARNING] /home/swift/workspace/PX4/mavtools/mavcom/mavcom/src/main/java/com/comino/mavcom/param/ParameterAttributes.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/swift/workspace/PX4/mavtools/mavcom/mavcom/src/main/java/com/comino/mavcom/model/DataModel.java: /home/swift/workspace/PX4/mavtools/mavcom/mavcom/src/main/java/com/comino/mavcom/model/DataModel.java uses or overrides a deprecated API that is marked for removal.
[WARNING] /home/swift/workspace/PX4/mavtools/mavcom/mavcom/src/main/java/com/comino/mavcom/model/DataModel.java: Recompile with -Xlint:removal for details.
[WARNING] /home/swift/workspace/PX4/mavtools/mavcom/mavcom/src/main/java/com/comino/mavcom/config/MSPConfig.java: /home/swift/workspace/PX4/mavtools/mavcom/mavcom/src/main/java/com/comino/mavcom/config/MSPConfig.java uses unchecked or unsafe operations.
[WARNING] /home/swift/workspace/PX4/mavtools/mavcom/mavcom/src/main/java/com/comino/mavcom/config/MSPConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mavcom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/swift/workspace/PX4/mavtools/mavcom/mavcom/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ mavcom ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/swift/workspace/PX4/mavtools/mavcom/mavcom/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mavcom ---
[INFO] Surefire report directory: /home/swift/workspace/PX4/mavtools/mavcom/mavcom/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.comino.mavcom.AppTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mavcom ---
[INFO] Building jar: /home/swift/workspace/PX4/mavtools/mavcom/mavcom/target/mavcom-0.0.1.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mavcom ---
[INFO] Installing /home/swift/workspace/PX4/mavtools/mavcom/mavcom/target/mavcom-0.0.1.jar to /home/swift/.m2/repository/com/comino/mavcom/0.0.1/mavcom-0.0.1.jar
[INFO] Installing /home/swift/workspace/PX4/mavtools/mavcom/mavcom/pom.xml to /home/swift/.m2/repository/com/comino/mavcom/0.0.1/mavcom-0.0.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  24.413 s
[INFO] Finished at: 2022-10-03T08:32:39+09:00
[INFO] ------------------------------------------------------------------------
swift@Swift:~/workspace/PX4/mavtools/mavcom/mavcom$

 

 

 

mavmap 소스코드 다운 및 빌드

1) 다운로드

$ git clone https://github.com/ecmnet/mavmap.git

 

 

2) mvn clean & install

swift@Swift:~/workspace/PX4/mavtools/mavmap/mavmap$ mvn clean
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------------< com.comino:mavmap >--------------------------
[INFO] Building mavmap 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mavmap ---
[INFO] Deleting /home/swift/workspace/PX4/mavtools/mavmap/mavmap/target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.123 s
[INFO] Finished at: 2022-10-03T08:34:15+09:00
[INFO] ------------------------------------------------------------------------
swift@Swift:~/workspace/PX4/mavtools/mavmap/mavmap$ mvn install
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------------< com.comino:mavmap >--------------------------
[INFO] Building mavmap 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mavmap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/swift/workspace/PX4/mavtools/mavmap/mavmap/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mavmap ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 90 source files to /home/swift/workspace/PX4/mavtools/mavmap/mavmap/target/classes
[WARNING] /home/swift/workspace/PX4/mavtools/mavmap/mavmap/src/main/java/bubo/construct/ConstructOctree.java: /home/swift/workspace/PX4/mavtools/mavmap/mavmap/src/main/java/bubo/construct/ConstructOctree.java uses or overrides a deprecated API.
[WARNING] /home/swift/workspace/PX4/mavtools/mavmap/mavmap/src/main/java/bubo/construct/ConstructOctree.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/swift/workspace/PX4/mavtools/mavmap/mavmap/src/main/java/bubo/filters/imm/inhomo/InhomoInteractingMultipleModel.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/swift/workspace/PX4/mavtools/mavmap/mavmap/src/main/java/bubo/filters/imm/inhomo/InhomoInteractingMultipleModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mavmap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/swift/workspace/PX4/mavtools/mavmap/mavmap/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ mavmap ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/swift/workspace/PX4/mavtools/mavmap/mavmap/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mavmap ---
[INFO] Surefire report directory: /home/swift/workspace/PX4/mavtools/mavmap/mavmap/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.comino.mavmap.AppTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mavmap ---
[INFO] Building jar: /home/swift/workspace/PX4/mavtools/mavmap/mavmap/target/mavmap-0.0.1.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mavmap ---
[INFO] Installing /home/swift/workspace/PX4/mavtools/mavmap/mavmap/target/mavmap-0.0.1.jar to /home/swift/.m2/repository/com/comino/mavmap/0.0.1/mavmap-0.0.1.jar
[INFO] Installing /home/swift/workspace/PX4/mavtools/mavmap/mavmap/pom.xml to /home/swift/.m2/repository/com/comino/mavmap/0.0.1/mavmap-0.0.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.803 s
[INFO] Finished at: 2022-10-03T08:34:22+09:00
[INFO] ------------------------------------------------------------------------
swift@Swift:~/workspace/PX4/mavtools/mavmap/mavmap$

 

 

 

 

MAVBase 소스코드 다운 및 빌드

1) 다운로드

$ git clone https://github.com/ecmnet/MAVBase.git

 

 

2) mvn clean & install

swift@Swift:~/workspace/PX4/mavtools/MAVBase/MAVBase$ mvn clean
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------------< MAVBase:MAVBase >---------------------------
[INFO] Building MAVBase 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ MAVBase ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.103 s
[INFO] Finished at: 2022-10-03T08:37:17+09:00
[INFO] ------------------------------------------------------------------------
swift@Swift:~/workspace/PX4/mavtools/MAVBase/MAVBase$ mvn install
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------------< MAVBase:MAVBase >---------------------------
[INFO] Building MAVBase 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 32 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 93 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 163 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fazecast/jSerialComm/2.6.2/jSerialComm-2.6.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/fazecast/jSerialComm/2.6.2/jSerialComm-2.6.2.pom (1.7 kB at 5.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fazecast/jSerialComm/2.6.2/jSerialComm-2.6.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/fazecast/jSerialComm/2.6.2/jSerialComm-2.6.2.jar (470 kB at 719 kB/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ MAVBase ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/swift/workspace/PX4/mavtools/MAVBase/MAVBase/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ MAVBase ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 7.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 68 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 74 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 6.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 17 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 8.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 8.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 3.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 2.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 64 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 5.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 6.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 2.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 17 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 6.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 7.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 7.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 5.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 6.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 5.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 18 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 127 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 49 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 42 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 189 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 48 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 9.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 49 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 2.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 8.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 2.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 2.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 4.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 153 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 81 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 225 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 164 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 147 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 164 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 379 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 384 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 92 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 30 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 7.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 38 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 30 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 5.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 71 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 83 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 42 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 10 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 111 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 1.6 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 7.1 kB/s)
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 14 source files to /home/swift/workspace/PX4/mavtools/MAVBase/MAVBase/target/classes
[INFO] /home/swift/workspace/PX4/mavtools/MAVBase/MAVBase/src/com/comino/mavbase/ublox/config/UBXConfiguration.java: Some input files use or override a deprecated API.
[INFO] /home/swift/workspace/PX4/mavtools/MAVBase/MAVBase/src/com/comino/mavbase/ublox/config/UBXConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/swift/workspace/PX4/mavtools/MAVBase/MAVBase/src/com/comino/mavbase/ublox/parser/UBXMsgConfiguration.java: Some input files use unchecked or unsafe operations.
[INFO] /home/swift/workspace/PX4/mavtools/MAVBase/MAVBase/src/com/comino/mavbase/ublox/parser/UBXMsgConfiguration.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ MAVBase ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/swift/workspace/PX4/mavtools/MAVBase/MAVBase/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ MAVBase ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ MAVBase ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ MAVBase ---
[INFO] Building jar: /home/swift/workspace/PX4/mavtools/MAVBase/MAVBase/target/MAVBase-0.0.1.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ MAVBase ---
[INFO] Installing /home/swift/workspace/PX4/mavtools/MAVBase/MAVBase/target/MAVBase-0.0.1.jar to /home/swift/.m2/repository/MAVBase/MAVBase/0.0.1/MAVBase-0.0.1.jar
[INFO] Installing /home/swift/workspace/PX4/mavtools/MAVBase/MAVBase/pom.xml to /home/swift/.m2/repository/MAVBase/MAVBase/0.0.1/MAVBase-0.0.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  23.916 s
[INFO] Finished at: 2022-10-03T08:37:46+09:00
[INFO] ------------------------------------------------------------------------
swift@Swift:~/workspace/PX4/mavtools/MAVBase/MAVBase$

 

 

 

 

 

MAVGCL 소스코드 다운 및 빌드

1) 다운로드

$ git clone https://github.com/ecmnet/MAVGCL.git

 

 

2) mvn clean & install

swift@Swift:~/workspace/PX4/mavtools/MAVGCL$ cd MAVGCL/
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$ ll
total 5420
drwxrwxr-x 5 swift swift    4096 10월  3 07:03 ./
drwxrwxr-x 4 swift swift    4096 10월  3 07:01 ../
-rw-rw-r-- 1 swift swift    4502 10월  3 07:03 build.xml
-rw-rw-r-- 1 swift swift    1200 10월  3 07:01 .classpath
-rw-rw-r-- 1 swift swift    1685 10월  3 07:01 ExampleKeyfigureMetaData.xml
-rw-rw-r-- 1 swift swift      61 10월  3 07:01 .gitignore
-rw-rw-r-- 1 swift swift 1113260 10월  3 07:01 image0.png
-rw-rw-r-- 1 swift swift  915490 10월  3 07:01 image1.png
-rw-rw-r-- 1 swift swift 1065858 10월  3 07:01 image2.png
-rw-rw-r-- 1 swift swift 1333759 10월  3 07:01 image3.png
-rw-rw-r-- 1 swift swift  909323 10월  3 07:01 image4.png
drwxrwxr-x 2 swift swift    4096 10월  3 07:01 jmods/
drwxrwxr-x 4 swift swift    4096 10월  3 07:01 lib/
-rw-rw-r-- 1 swift swift    1900 10월  3 07:01 LICENSE.md
-rw-rw-r-- 1 swift swift   92385 10월  3 07:01 MAVGAnalysis.icns
-rw-rw-r-- 1 swift swift   31396 10월  3 07:01 MAVGAnalysis.png
-rwxrwxr-x 1 swift swift    1042 10월  3 07:01 package_graal.sh*
-rwxrwxr-x 1 swift swift     617 10월  3 07:01 package_linux.sh*
-rwxrwxr-x 1 swift swift     545 10월  3 07:01 package.sh*
-rw-rw-r-- 1 swift swift    6471 10월  3 07:01 pom.xml
-rw-rw-r-- 1 swift swift     535 10월  3 07:01 .project
-rw-rw-r-- 1 swift swift    1042 10월  3 07:01 readme
drwxrwxr-x 3 swift swift    4096 10월  3 07:01 src/
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$ mvn clean 
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------------< com.comino:MAVGCL >--------------------------
[INFO] Building MAVGCL2 0.8.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ MAVGCL ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.106 s
[INFO] Finished at: 2022-10-03T08:52:26+09:00
[INFO] ------------------------------------------------------------------------
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$ mvn install
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------------< com.comino:MAVGCL >--------------------------
[INFO] Building MAVGCL2 0.8.0
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 7.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 32 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 103 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 100 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 25 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 87 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 39 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 329 kB/s)
Downloading from jitpack.io: https://jitpack.io/mavbase/mavbase/0.0.1/mavbase-0.0.1.pom
Downloading from central: https://jcenter.bintray.com/mavbase/mavbase/0.0.1/mavbase-0.0.1.pom
Downloading from in-project: file:///home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/lib/mavbase/mavbase/0.0.1/mavbase-0.0.1.pom
[WARNING] The POM for mavbase:mavbase:jar:0.0.1 is missing, no dependency information available
Downloading from jitpack.io: https://jitpack.io/com/github/WilliamAHartman/Jamepad/1.4.0/Jamepad-1.4.0.pom
Downloaded from jitpack.io: https://jitpack.io/com/github/WilliamAHartman/Jamepad/1.4.0/Jamepad-1.4.0.pom (1.2 kB at 846 B/s)
Downloading from jitpack.io: https://jitpack.io/uk/co/electronstudio/sdl2gdx/sdl2gdx/1.0.4/sdl2gdx-1.0.4.pom
Downloading from central: https://jcenter.bintray.com/uk/co/electronstudio/sdl2gdx/sdl2gdx/1.0.4/sdl2gdx-1.0.4.pom
Downloaded from central: https://jcenter.bintray.com/uk/co/electronstudio/sdl2gdx/sdl2gdx/1.0.4/sdl2gdx-1.0.4.pom (1.6 kB at 5.3 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/badlogicgames/gdx/gdx/1.9.9/gdx-1.9.9.pom
Downloading from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx/1.9.9/gdx-1.9.9.pom
Downloaded from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx/1.9.9/gdx-1.9.9.pom (1.8 kB at 5.2 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/badlogicgames/gdx/gdx-parent/1.9.9/gdx-parent-1.9.9.pom
Downloading from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-parent/1.9.9/gdx-parent-1.9.9.pom
Downloaded from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-parent/1.9.9/gdx-parent-1.9.9.pom (4.8 kB at 17 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading from central: https://jcenter.bintray.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloaded from central: https://jcenter.bintray.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 25 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/badlogicgames/gdx/gdx-controllers/1.9.9/gdx-controllers-1.9.9.pom
Downloading from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-controllers/1.9.9/gdx-controllers-1.9.9.pom
Downloaded from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-controllers/1.9.9/gdx-controllers-1.9.9.pom (1.4 kB at 4.3 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/badlogicgames/gdx/gdx-controllers-parent/1.9.9/gdx-controllers-parent-1.9.9.pom
Downloading from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-controllers-parent/1.9.9/gdx-controllers-parent-1.9.9.pom
Downloaded from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-controllers-parent/1.9.9/gdx-controllers-parent-1.9.9.pom (910 B at 2.7 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/badlogicgames/gdx/gdx-jnigen/1.9.10/gdx-jnigen-1.9.10.pom
Downloading from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-jnigen/1.9.10/gdx-jnigen-1.9.10.pom
Downloaded from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-jnigen/1.9.10/gdx-jnigen-1.9.10.pom (1.6 kB at 5.2 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/badlogicgames/gdx/gdx-parent/1.9.10/gdx-parent-1.9.10.pom
Downloading from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-parent/1.9.10/gdx-parent-1.9.10.pom
Downloaded from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-parent/1.9.10/gdx-parent-1.9.10.pom (4.8 kB at 17 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/github/javaparser/javaparser-core/2.3.0/javaparser-core-2.3.0.pom
Downloading from central: https://jcenter.bintray.com/com/github/javaparser/javaparser-core/2.3.0/javaparser-core-2.3.0.pom
Downloaded from central: https://jcenter.bintray.com/com/github/javaparser/javaparser-core/2.3.0/javaparser-core-2.3.0.pom (4.3 kB at 11 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/github/javaparser/javaparser-parent/2.3.0/javaparser-parent-2.3.0.pom
Downloading from central: https://jcenter.bintray.com/com/github/javaparser/javaparser-parent/2.3.0/javaparser-parent-2.3.0.pom
Downloaded from central: https://jcenter.bintray.com/com/github/javaparser/javaparser-parent/2.3.0/javaparser-parent-2.3.0.pom (7.0 kB at 25 kB/s)
Downloading from jitpack.io: https://jitpack.io/net/objecthunter/exp4j/0.4.8/exp4j-0.4.8.pom
Downloading from central: https://jcenter.bintray.com/net/objecthunter/exp4j/0.4.8/exp4j-0.4.8.pom
Downloaded from central: https://jcenter.bintray.com/net/objecthunter/exp4j/0.4.8/exp4j-0.4.8.pom (8.9 kB at 65 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom
Downloading from central: https://jcenter.bintray.com/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom
Downloaded from central: https://jcenter.bintray.com/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom (6.3 kB at 43 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom
Downloading from central: https://jcenter.bintray.com/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom
Downloaded from central: https://jcenter.bintray.com/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom (4.7 kB at 34 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/googlecode/soundlibs/jlayer/1.0.1.4/jlayer-1.0.1.4.pom
Downloading from central: https://jcenter.bintray.com/com/googlecode/soundlibs/jlayer/1.0.1.4/jlayer-1.0.1.4.pom
Downloaded from central: https://jcenter.bintray.com/com/googlecode/soundlibs/jlayer/1.0.1.4/jlayer-1.0.1.4.pom (1.8 kB at 4.7 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/googlecode/soundlibs/soundlibs/1.4/soundlibs-1.4.pom
Downloading from central: https://jcenter.bintray.com/com/googlecode/soundlibs/soundlibs/1.4/soundlibs-1.4.pom
Downloaded from central: https://jcenter.bintray.com/com/googlecode/soundlibs/soundlibs/1.4/soundlibs-1.4.pom (4.7 kB at 17 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/github/javaparser/javaparser-core/3.24.2/javaparser-core-3.24.2.pom
Downloading from central: https://jcenter.bintray.com/com/github/javaparser/javaparser-core/3.24.2/javaparser-core-3.24.2.pom
Downloaded from central: https://jcenter.bintray.com/com/github/javaparser/javaparser-core/3.24.2/javaparser-core-3.24.2.pom (4.9 kB at 17 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/github/javaparser/javaparser-parent/3.24.2/javaparser-parent-3.24.2.pom
Downloading from central: https://jcenter.bintray.com/com/github/javaparser/javaparser-parent/3.24.2/javaparser-parent-3.24.2.pom
Downloaded from central: https://jcenter.bintray.com/com/github/javaparser/javaparser-parent/3.24.2/javaparser-parent-3.24.2.pom (22 kB at 80 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/jcodec/jcodec/0.1.9/jcodec-0.1.9.pom
Downloading from central: https://jcenter.bintray.com/org/jcodec/jcodec/0.1.9/jcodec-0.1.9.pom
Downloaded from central: https://jcenter.bintray.com/org/jcodec/jcodec/0.1.9/jcodec-0.1.9.pom (3.1 kB at 8.1 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/jcodec/jcodec-javase/0.1.9/jcodec-javase-0.1.9.pom
Downloading from central: https://jcenter.bintray.com/org/jcodec/jcodec-javase/0.1.9/jcodec-javase-0.1.9.pom
Downloaded from central: https://jcenter.bintray.com/org/jcodec/jcodec-javase/0.1.9/jcodec-javase-0.1.9.pom (3.0 kB at 8.0 kB/s)
Downloading from jitpack.io: https://jitpack.io/eu/hansolo/Medusa/7.4/Medusa-7.4.pom
Downloading from central: https://jcenter.bintray.com/eu/hansolo/Medusa/7.4/Medusa-7.4.pom
Downloaded from central: https://jcenter.bintray.com/eu/hansolo/Medusa/7.4/Medusa-7.4.pom (1.1 kB at 3.3 kB/s)
Downloading from jitpack.io: https://jitpack.io/objimport/objimport/0.8.0/objimport-0.8.0.pom
Downloading from central: https://jcenter.bintray.com/objimport/objimport/0.8.0/objimport-0.8.0.pom
Downloading from in-project: file:///home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/lib/objimport/objimport/0.8.0/objimport-0.8.0.pom
[WARNING] The POM for objimport:objimport:jar:0.8.0 is missing, no dependency information available
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-controls/17/javafx-controls-17.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-controls/17/javafx-controls-17.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-controls/17/javafx-controls-17.pom (892 B at 3.2 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx/17/javafx-17.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx/17/javafx-17.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx/17/javafx-17.pom (8.4 kB at 30 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-graphics/17/javafx-graphics-17.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-graphics/17/javafx-graphics-17.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-graphics/17/javafx-graphics-17.pom (888 B at 2.8 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-base/17/javafx-base-17.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-base/17/javafx-base-17.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-base/17/javafx-base-17.pom (737 B at 2.5 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-fxml/17/javafx-fxml-17.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-fxml/17/javafx-fxml-17.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-fxml/17/javafx-fxml-17.pom (884 B at 3.2 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-swing/17/javafx-swing-17.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-swing/17/javafx-swing-17.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-swing/17/javafx-swing-17.pom (886 B at 3.0 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-media/17/javafx-media-17.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-media/17/javafx-media-17.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-media/17/javafx-media-17.pom (886 B at 3.1 kB/s)
Downloading from jitpack.io: https://jitpack.io/commons-net/commons-net/3.6/commons-net-3.6.pom
Downloading from central: https://jcenter.bintray.com/commons-net/commons-net/3.6/commons-net-3.6.pom
Downloaded from central: https://jcenter.bintray.com/commons-net/commons-net/3.6/commons-net-3.6.pom (22 kB at 153 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from central: https://jcenter.bintray.com/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded from central: https://jcenter.bintray.com/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 456 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/fxyz3d/fxyz3d/0.5.4/fxyz3d-0.5.4.pom
Downloading from central: https://jcenter.bintray.com/org/fxyz3d/fxyz3d/0.5.4/fxyz3d-0.5.4.pom
Downloaded from central: https://jcenter.bintray.com/org/fxyz3d/fxyz3d/0.5.4/fxyz3d-0.5.4.pom (3.3 kB at 8.5 kB/s)
Downloading from jitpack.io: https://jitpack.io/eu/mihosoft/vrl/jcsg/jcsg/0.5.7/jcsg-0.5.7.pom
Downloading from central: https://jcenter.bintray.com/eu/mihosoft/vrl/jcsg/jcsg/0.5.7/jcsg-0.5.7.pom
Downloaded from central: https://jcenter.bintray.com/eu/mihosoft/vrl/jcsg/jcsg/0.5.7/jcsg-0.5.7.pom (1.8 kB at 4.7 kB/s)
Downloading from jitpack.io: https://jitpack.io/eu/mihosoft/vvecmath/vvecmath/0.4.0/vvecmath-0.4.0.pom
Downloading from central: https://jcenter.bintray.com/eu/mihosoft/vvecmath/vvecmath/0.4.0/vvecmath-0.4.0.pom
Downloaded from central: https://jcenter.bintray.com/eu/mihosoft/vvecmath/vvecmath/0.4.0/vvecmath-0.4.0.pom (1.1 kB at 2.6 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/orbisgis/poly2tri-core/0.1.2/poly2tri-core-0.1.2.pom
Downloading from central: https://jcenter.bintray.com/org/orbisgis/poly2tri-core/0.1.2/poly2tri-core-0.1.2.pom
Downloaded from central: https://jcenter.bintray.com/org/orbisgis/poly2tri-core/0.1.2/poly2tri-core-0.1.2.pom (5.5 kB at 14 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/orbisgis/poly2tri/0.1.2/poly2tri-0.1.2.pom
Downloading from central: https://jcenter.bintray.com/org/orbisgis/poly2tri/0.1.2/poly2tri-0.1.2.pom
Downloaded from central: https://jcenter.bintray.com/org/orbisgis/poly2tri/0.1.2/poly2tri-0.1.2.pom (4.7 kB at 12 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/orbisgis/orbisgis-nexus/1/orbisgis-nexus-1.pom
Downloading from central: https://jcenter.bintray.com/org/orbisgis/orbisgis-nexus/1/orbisgis-nexus-1.pom
Downloaded from central: https://jcenter.bintray.com/org/orbisgis/orbisgis-nexus/1/orbisgis-nexus-1.pom (2.4 kB at 6.2 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/slf4j/slf4j-api/1.6.0/slf4j-api-1.6.0.pom
Downloading from central: https://jcenter.bintray.com/org/slf4j/slf4j-api/1.6.0/slf4j-api-1.6.0.pom
Downloaded from central: https://jcenter.bintray.com/org/slf4j/slf4j-api/1.6.0/slf4j-api-1.6.0.pom (3.0 kB at 9.7 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/slf4j/slf4j-parent/1.6.0/slf4j-parent-1.6.0.pom
Downloading from central: https://jcenter.bintray.com/org/slf4j/slf4j-parent/1.6.0/slf4j-parent-1.6.0.pom
Downloaded from central: https://jcenter.bintray.com/org/slf4j/slf4j-parent/1.6.0/slf4j-parent-1.6.0.pom (9.3 kB at 34 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-controls/15.0.1/javafx-controls-15.0.1.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-controls/15.0.1/javafx-controls-15.0.1.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-controls/15.0.1/javafx-controls-15.0.1.pom (907 B at 2.3 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx/15.0.1/javafx-15.0.1.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx/15.0.1/javafx-15.0.1.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx/15.0.1/javafx-15.0.1.pom (2.8 kB at 8.7 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-graphics/15.0.1/javafx-graphics-15.0.1.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-graphics/15.0.1/javafx-graphics-15.0.1.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-graphics/15.0.1/javafx-graphics-15.0.1.pom (903 B at 3.0 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1.pom (748 B at 2.0 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-fxml/15.0.1/javafx-fxml-15.0.1.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-fxml/15.0.1/javafx-fxml-15.0.1.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-fxml/15.0.1/javafx-fxml-15.0.1.pom (899 B at 2.8 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-swing/15.0.1/javafx-swing-15.0.1.pom
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-swing/15.0.1/javafx-swing-15.0.1.pom
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-swing/15.0.1/javafx-swing-15.0.1.pom (901 B at 2.4 kB/s)
Downloading from in-project: file:///home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/lib/org/bytedeco/ffmpeg-platform/5.1.1-1.5.8-SNAPSHOT/maven-metadata.xml
Downloading from jitpack.io: https://jitpack.io/org/bytedeco/ffmpeg-platform/5.1.1-1.5.8-SNAPSHOT/maven-metadata.xml
Downloading from jitpack.io: https://jitpack.io/org/bytedeco/ffmpeg-platform/5.1.1-1.5.8-SNAPSHOT/ffmpeg-platform-5.1.1-1.5.8-SNAPSHOT.pom
Downloading from in-project: file:///home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/lib/org/bytedeco/ffmpeg-platform/5.1.1-1.5.8-SNAPSHOT/ffmpeg-platform-5.1.1-1.5.8-SNAPSHOT.pom
[WARNING] The POM for org.bytedeco:ffmpeg-platform:jar:5.1.1-1.5.8-SNAPSHOT is missing, no dependency information available
Downloading from jitpack.io: https://jitpack.io/mavbase/mavbase/0.0.1/mavbase-0.0.1.jar
Downloading from jitpack.io: https://jitpack.io/com/github/WilliamAHartman/Jamepad/1.4.0/Jamepad-1.4.0.jar
Downloading from jitpack.io: https://jitpack.io/uk/co/electronstudio/sdl2gdx/sdl2gdx/1.0.4/sdl2gdx-1.0.4.jar
Downloading from jitpack.io: https://jitpack.io/com/badlogicgames/gdx/gdx/1.9.9/gdx-1.9.9.jar
Downloading from jitpack.io: https://jitpack.io/com/badlogicgames/gdx/gdx-controllers/1.9.9/gdx-controllers-1.9.9.jar
Downloading from jitpack.io: https://jitpack.io/com/badlogicgames/gdx/gdx-jnigen/1.9.10/gdx-jnigen-1.9.10.jar
Downloading from jitpack.io: https://jitpack.io/net/objecthunter/exp4j/0.4.8/exp4j-0.4.8.jar
Downloading from jitpack.io: https://jitpack.io/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
Downloading from jitpack.io: https://jitpack.io/com/googlecode/soundlibs/jlayer/1.0.1.4/jlayer-1.0.1.4.jar
Downloading from jitpack.io: https://jitpack.io/com/github/javaparser/javaparser-core/3.24.2/javaparser-core-3.24.2.jar
Downloading from jitpack.io: https://jitpack.io/org/jcodec/jcodec/0.1.9/jcodec-0.1.9.jar
Downloading from jitpack.io: https://jitpack.io/org/jcodec/jcodec-javase/0.1.9/jcodec-javase-0.1.9.jar
Downloading from jitpack.io: https://jitpack.io/eu/hansolo/Medusa/7.4/Medusa-7.4.jar
Downloading from jitpack.io: https://jitpack.io/objimport/objimport/0.8.0/objimport-0.8.0.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-controls/17/javafx-controls-17.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-controls/17/javafx-controls-17-linux.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-graphics/17/javafx-graphics-17.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-graphics/17/javafx-graphics-17-linux.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-fxml/17/javafx-fxml-17.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-fxml/17/javafx-fxml-17-linux.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-swing/17/javafx-swing-17.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-swing/17/javafx-swing-17-linux.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-media/17/javafx-media-17.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-media/17/javafx-media-17-linux.jar
Downloading from jitpack.io: https://jitpack.io/commons-net/commons-net/3.6/commons-net-3.6.jar
Downloading from jitpack.io: https://jitpack.io/org/fxyz3d/fxyz3d/0.5.4/fxyz3d-0.5.4.jar
Downloaded from jitpack.io: https://jitpack.io/com/github/WilliamAHartman/Jamepad/1.4.0/Jamepad-1.4.0.jar (16 kB at 7.6 kB/s)
Downloading from jitpack.io: https://jitpack.io/eu/mihosoft/vrl/jcsg/jcsg/0.5.7/jcsg-0.5.7.jar
Downloading from jitpack.io: https://jitpack.io/eu/mihosoft/vvecmath/vvecmath/0.4.0/vvecmath-0.4.0.jar
Downloading from jitpack.io: https://jitpack.io/org/orbisgis/poly2tri-core/0.1.2/poly2tri-core-0.1.2.jar
Downloading from jitpack.io: https://jitpack.io/org/slf4j/slf4j-api/1.6.0/slf4j-api-1.6.0.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1.jar
Downloading from jitpack.io: https://jitpack.io/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1-linux.jar
Downloading from jitpack.io: https://jitpack.io/org/bytedeco/ffmpeg-platform/5.1.1-1.5.8-SNAPSHOT/ffmpeg-platform-5.1.1-1.5.8-SNAPSHOT.jar
Downloading from central: https://jcenter.bintray.com/mavbase/mavbase/0.0.1/mavbase-0.0.1.jar
Downloading from central: https://jcenter.bintray.com/uk/co/electronstudio/sdl2gdx/sdl2gdx/1.0.4/sdl2gdx-1.0.4.jar
Downloading from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx/1.9.9/gdx-1.9.9.jar
Downloading from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-controllers/1.9.9/gdx-controllers-1.9.9.jar
Downloading from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-jnigen/1.9.10/gdx-jnigen-1.9.10.jar
Downloading from central: https://jcenter.bintray.com/net/objecthunter/exp4j/0.4.8/exp4j-0.4.8.jar
Downloaded from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-controllers/1.9.9/gdx-controllers-1.9.9.jar (13 kB at 33 kB/s)
Downloading from central: https://jcenter.bintray.com/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
Downloaded from central: https://jcenter.bintray.com/net/objecthunter/exp4j/0.4.8/exp4j-0.4.8.jar (47 kB at 112 kB/s)
Downloading from central: https://jcenter.bintray.com/com/googlecode/soundlibs/jlayer/1.0.1.4/jlayer-1.0.1.4.jar
Downloaded from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx-jnigen/1.9.10/gdx-jnigen-1.9.10.jar (106 kB at 188 kB/s)
Downloading from central: https://jcenter.bintray.com/com/github/javaparser/javaparser-core/3.24.2/javaparser-core-3.24.2.jar
Downloaded from central: https://jcenter.bintray.com/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (258 kB at 446 kB/s)
Downloading from central: https://jcenter.bintray.com/org/jcodec/jcodec/0.1.9/jcodec-0.1.9.jar
Downloaded from central: https://jcenter.bintray.com/com/googlecode/soundlibs/jlayer/1.0.1.4/jlayer-1.0.1.4.jar (141 kB at 146 kB/s)
Downloading from central: https://jcenter.bintray.com/org/jcodec/jcodec-javase/0.1.9/jcodec-javase-0.1.9.jar
Downloaded from central: https://jcenter.bintray.com/uk/co/electronstudio/sdl2gdx/sdl2gdx/1.0.4/sdl2gdx-1.0.4.jar (1.8 MB at 1.8 MB/s)
Downloading from central: https://jcenter.bintray.com/eu/hansolo/Medusa/7.4/Medusa-7.4.jar
Downloaded from central: https://jcenter.bintray.com/com/badlogicgames/gdx/gdx/1.9.9/gdx-1.9.9.jar (1.9 MB at 1.6 MB/s)
Downloading from central: https://jcenter.bintray.com/objimport/objimport/0.8.0/objimport-0.8.0.jar
Downloaded from central: https://jcenter.bintray.com/org/jcodec/jcodec/0.1.9/jcodec-0.1.9.jar (1.3 MB at 1.1 MB/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-controls/17/javafx-controls-17.jar
Downloaded from central: https://jcenter.bintray.com/org/jcodec/jcodec-javase/0.1.9/jcodec-javase-0.1.9.jar (7.9 kB at 5.8 kB/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-controls/17/javafx-controls-17-linux.jar
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-graphics/17/javafx-graphics-17.jar
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-controls/17/javafx-controls-17.jar (261 B at 173 B/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-graphics/17/javafx-graphics-17-linux.jar
Downloaded from central: https://jcenter.bintray.com/com/github/javaparser/javaparser-core/3.24.2/javaparser-core-3.24.2.jar (1.3 MB at 864 kB/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-fxml/17/javafx-fxml-17.jar
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-graphics/17/javafx-graphics-17.jar (261 B at 158 B/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-fxml/17/javafx-fxml-17-linux.jar
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-fxml/17/javafx-fxml-17.jar (261 B at 145 B/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-swing/17/javafx-swing-17.jar
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-fxml/17/javafx-fxml-17-linux.jar (129 kB at 60 kB/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-swing/17/javafx-swing-17-linux.jar
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-swing/17/javafx-swing-17.jar (261 B at 118 B/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-media/17/javafx-media-17.jar
Downloaded from central: https://jcenter.bintray.com/eu/hansolo/Medusa/7.4/Medusa-7.4.jar (1.5 MB at 642 kB/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-media/17/javafx-media-17-linux.jar
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-media/17/javafx-media-17.jar (261 B at 104 B/s)
Downloading from central: https://jcenter.bintray.com/commons-net/commons-net/3.6/commons-net-3.6.jar
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-controls/17/javafx-controls-17-linux.jar (2.5 MB at 996 kB/s)
Downloading from central: https://jcenter.bintray.com/org/fxyz3d/fxyz3d/0.5.4/fxyz3d-0.5.4.jar
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-swing/17/javafx-swing-17-linux.jar (89 kB at 34 kB/s)
Downloading from central: https://jcenter.bintray.com/eu/mihosoft/vrl/jcsg/jcsg/0.5.7/jcsg-0.5.7.jar
Downloaded from central: https://jcenter.bintray.com/commons-net/commons-net/3.6/commons-net-3.6.jar (307 kB at 114 kB/s)
Downloading from central: https://jcenter.bintray.com/eu/mihosoft/vvecmath/vvecmath/0.4.0/vvecmath-0.4.0.jar
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-graphics/17/javafx-graphics-17-linux.jar (4.9 MB at 1.7 MB/s)
Downloading from central: https://jcenter.bintray.com/org/orbisgis/poly2tri-core/0.1.2/poly2tri-core-0.1.2.jar
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-media/17/javafx-media-17-linux.jar (1.5 MB at 489 kB/s)
Downloading from central: https://jcenter.bintray.com/org/slf4j/slf4j-api/1.6.0/slf4j-api-1.6.0.jar
Downloaded from central: https://jcenter.bintray.com/eu/mihosoft/vvecmath/vvecmath/0.4.0/vvecmath-0.4.0.jar (23 kB at 7.3 kB/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1.jar
Downloaded from central: https://jcenter.bintray.com/org/orbisgis/poly2tri-core/0.1.2/poly2tri-core-0.1.2.jar (64 kB at 20 kB/s)
Downloading from central: https://jcenter.bintray.com/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1-linux.jar
Downloaded from central: https://jcenter.bintray.com/eu/mihosoft/vrl/jcsg/jcsg/0.5.7/jcsg-0.5.7.jar (373 kB at 113 kB/s)
Downloaded from central: https://jcenter.bintray.com/org/fxyz3d/fxyz3d/0.5.4/fxyz3d-0.5.4.jar (542 kB at 163 kB/s)
Downloaded from central: https://jcenter.bintray.com/org/slf4j/slf4j-api/1.6.0/slf4j-api-1.6.0.jar (25 kB at 7.6 kB/s)
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1.jar (302 B at 89 B/s)
Downloaded from central: https://jcenter.bintray.com/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1-linux.jar (746 kB at 196 kB/s)
Downloading from in-project: file:///home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/lib/mavbase/mavbase/0.0.1/mavbase-0.0.1.jar
Downloading from in-project: file:///home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/lib/objimport/objimport/0.8.0/objimport-0.8.0.jar
Downloading from in-project: file:///home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/lib/org/bytedeco/ffmpeg-platform/5.1.1-1.5.8-SNAPSHOT/ffmpeg-platform-5.1.1-1.5.8-SNAPSHOT.jar
[WARNING] Could not validate integrity of download from file:///home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/lib/objimport/objimport/0.8.0/objimport-0.8.0.jar
org.eclipse.aether.transfer.ChecksumFailureException: Checksum validation failed, no checksums available
    at org.eclipse.aether.internal.impl.AbstractChecksumPolicy.onNoMoreChecksums (AbstractChecksumPolicy.java:64)
    at org.eclipse.aether.connector.basic.ChecksumValidator.validate (ChecksumValidator.java:107)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:460)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:364)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1136)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:635)
    at java.lang.Thread.run (Thread.java:833)
[WARNING] Checksum validation failed, no checksums available from in-project for file:///home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/lib/objimport/objimport/0.8.0/objimport-0.8.0.jar
Downloaded from in-project: file:///home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/lib/objimport/objimport/0.8.0/objimport-0.8.0.jar (64 kB at 21 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  41.753 s
[INFO] Finished at: 2022-10-03T08:53:14+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project MAVGCL: Could not resolve dependencies for project com.comino:MAVGCL:jar:0.8.0: The following artifacts could not be resolved: mavbase:mavbase:jar:0.0.1, org.bytedeco:ffmpeg-platform:jar:5.1.1-1.5.8-SNAPSHOT: Could not find artifact mavbase:mavbase:jar:0.0.1 in jitpack.io (https://jitpack.io) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$

 

 

 

Fail 부분을 해결하기 위해 MAVGCL의 pom.xml을 몇가지 수정해주어야 한다.

 

 

 

1) ffmpeg-platform의 버전이 현재 맞지 않으므로 아래 버전으로 수정해준다.

                <dependency>
                        <groupId>org.bytedeco</groupId>
                        <artifactId>ffmpeg-platform</artifactId>
                        <version>5.0-1.5.7</version>
                </dependency>

 

 

2) java version 17을 사용할 경우 source와 target의 컴파일러 버전을 17로 수정해준다.

        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

                <!--maven.compiler.target>1.18</maven.compiler.target-->
                <maven.compiler.target>17</maven.compiler.target>
                <maven.compiler.source>17</maven.compiler.source>
        </properties>

 

 

 

수정후 mvn install을 실행하면 정상적으로 컴파일이 완료된다.

swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$ mvn install
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------------< com.comino:MAVGCL >--------------------------
[INFO] Building MAVGCL2 0.8.0
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for objimport:objimport:jar:0.8.0 is missing, no dependency information available
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ MAVGCL ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 62 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ MAVGCL ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 250 source files to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/classes
[WARNING] /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/src/main/java/com/comino/flight/model/AnalysisDataModelMetaData.java: Some input files use or override a deprecated API.
[WARNING] /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/src/main/java/com/comino/flight/model/AnalysisDataModelMetaData.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/src/main/java/com/comino/flight/ui/sidebar/ParameterWidget.java: Some input files use or override a deprecated API that is marked for removal.
[WARNING] /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/src/main/java/com/comino/flight/ui/sidebar/ParameterWidget.java: Recompile with -Xlint:removal for details.
[WARNING] /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/src/main/java/com/comino/flight/model/AnalysisDataModel.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/src/main/java/com/comino/flight/model/AnalysisDataModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ MAVGCL ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ MAVGCL ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ MAVGCL ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ MAVGCL ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 4.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 49 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 5.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 38 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 6.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 5.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 113 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 10.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 65 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 44 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 53 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 6.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 8.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 101 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 41 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 79 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 60 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 222 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 290 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 58 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 69 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 88 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 484 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 200 kB/s)
[INFO] Building jar: /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/MAVGCL-0.8.0.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ MAVGCL ---
[INFO] Installing /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/MAVGCL-0.8.0.jar to /home/swift/.m2/repository/com/comino/MAVGCL/0.8.0/MAVGCL-0.8.0.jar
[INFO] Installing /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/pom.xml to /home/swift/.m2/repository/com/comino/MAVGCL/0.8.0/MAVGCL-0.8.0.pom
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ MAVGCL ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 4.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 71 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 8.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 79 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 4.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 32 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 110 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 8.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 6.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 9.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 34 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 3.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 6.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 6.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 3.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 8.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 25 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 501 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 39 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 8.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 8.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 9.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 8.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 5.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 30 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 47 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 1.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 3.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 3.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 8.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 582 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 615 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 8.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 1.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 70 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 7.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 9.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 105 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 9.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 75 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 2.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 46 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 2.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 5.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 4.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 2.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 8.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 18 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 960 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 6.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 20 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 5.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 9.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 6.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 6.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 5.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 2.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 10.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 80 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 7.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 7.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 6.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 5.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 6.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 7.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 98 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 5.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 43 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 9.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 7.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 7.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 9.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 6.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 7.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 5.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 18 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 63 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 110 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 78 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 79 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 39 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 341 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 128 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 171 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 172 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 319 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 109 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 59 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 214 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 137 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 53 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 7.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 42 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 40 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 303 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 20 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 158 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 125 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 25 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 30 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 66 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 16 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 14 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 131 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 230 kB/s)
[INFO] Copying ffmpeg-5.0-1.5.7.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7.jar
[INFO] Copying ejml-fsparse-0.41.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ejml-fsparse-0.41.jar
[INFO] Copying slf4j-api-1.6.0.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/slf4j-api-1.6.0.jar
[INFO] Copying learning-0.5.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/learning-0.5.1.jar
[INFO] Copying ffmpeg-5.0-1.5.7-windows-x86_64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-windows-x86_64.jar
[INFO] Copying javacpp-1.5.7-android-x86_64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-android-x86_64.jar
[INFO] Copying boofcv-geo-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-geo-0.40.1.jar
[INFO] Copying gdx-jnigen-1.9.10.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/gdx-jnigen-1.9.10.jar
[INFO] Copying boofcv-ip-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-ip-0.40.1.jar
[INFO] Copying Jamepad-1.4.0.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/Jamepad-1.4.0.jar
[INFO] Copying javacpp-1.5.7-macosx-x86_64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-macosx-x86_64.jar
[INFO] Copying poly2tri-core-0.1.2.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/poly2tri-core-0.1.2.jar
[INFO] Copying ffmpeg-5.0-1.5.7-linux-armhf.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-linux-armhf.jar
[INFO] Copying boofcv-types-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-types-0.40.1.jar
[INFO] Copying ffmpeg-5.0-1.5.7-android-arm64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-android-arm64.jar
[INFO] Copying ffmpeg-5.0-1.5.7-macosx-arm64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-macosx-arm64.jar
[INFO] Copying javafx-controls-17-linux.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-controls-17-linux.jar
[INFO] Copying javacpp-1.5.7-linux-x86_64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-linux-x86_64.jar
[INFO] Copying commons-net-3.6.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/commons-net-3.6.jar
[INFO] Copying boofcv-feature-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-feature-0.40.1.jar
[INFO] Copying boofcv-io-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-io-0.40.1.jar
[INFO] Copying javacpp-1.5.7-linux-x86.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-linux-x86.jar
[INFO] Copying ffmpeg-platform-5.0-1.5.7.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-platform-5.0-1.5.7.jar
[INFO] Copying javacpp-1.5.7-windows-x86.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-windows-x86.jar
[INFO] Copying boofcv-ip-multiview-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-ip-multiview-0.40.1.jar
[INFO] Copying commons-io-2.11.0.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/commons-io-2.11.0.jar
[INFO] Copying javacpp-1.5.7-ios-x86_64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-ios-x86_64.jar
[INFO] Copying jlayer-1.0.1.4.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/jlayer-1.0.1.4.jar
[INFO] Copying javaparser-core-3.24.2.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javaparser-core-3.24.2.jar
[INFO] Copying ffmpeg-5.0-1.5.7-linux-arm64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-linux-arm64.jar
[INFO] Copying boofcv-learning-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-learning-0.40.1.jar
[INFO] Copying junit-3.8.2.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/junit-3.8.2.jar
[INFO] Copying javacpp-1.5.7-macosx-arm64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-macosx-arm64.jar
[INFO] Copying MAVBase-0.0.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/MAVBase-0.0.1.jar
[INFO] Copying ffmpeg-5.0-1.5.7-windows-x86.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-windows-x86.jar
[INFO] Copying jarchivelib-1.1.0.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/jarchivelib-1.1.0.jar
[INFO] Copying zip4j-2.8.0.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/zip4j-2.8.0.jar
[INFO] Copying trove4j-3.0.3.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/trove4j-3.0.3.jar
[INFO] Copying gdx-1.9.9.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/gdx-1.9.9.jar
[INFO] Copying javacpp-1.5.7-windows-x86_64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-windows-x86_64.jar
[INFO] Copying javacpp-1.5.7-linux-armhf.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-linux-armhf.jar
[INFO] Copying boofcv-sfm-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-sfm-0.40.1.jar
[INFO] Copying boofcv-reconstruction-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-reconstruction-0.40.1.jar
[INFO] Copying javafx-fxml-17-linux.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-fxml-17-linux.jar
[INFO] Copying jna-4.2.2.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/jna-4.2.2.jar
[INFO] Copying boofcv-core-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-core-0.40.1.jar
[INFO] Copying javafx-swing-17-linux.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-swing-17-linux.jar
[INFO] Copying javacpp-1.5.7-android-arm64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-android-arm64.jar
[INFO] Copying ffmpeg-5.0-1.5.7-linux-x86_64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-linux-x86_64.jar
[INFO] Copying javacpp-platform-1.5.7.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-platform-1.5.7.jar
[INFO] Copying ejml-zdense-0.41.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ejml-zdense-0.41.jar
[INFO] Copying ffmpeg-5.0-1.5.7-macosx-x86_64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-macosx-x86_64.jar
[INFO] Copying ffmpeg-5.0-1.5.7-android-x86_64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-android-x86_64.jar
[INFO] Copying Medusa-7.4.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/Medusa-7.4.jar
[INFO] Copying javacpp-1.5.7-ios-arm64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-ios-arm64.jar
[INFO] Copying javafx-base-15.0.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-base-15.0.1.jar
[INFO] Copying ejml-dsparse-0.41.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ejml-dsparse-0.41.jar
[INFO] Copying javacpp-1.5.7-linux-ppc64le.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-linux-ppc64le.jar
[INFO] Copying main-0.5.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/main-0.5.1.jar
[INFO] Copying ffmpeg-5.0-1.5.7-linux-x86.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-linux-x86.jar
[INFO] Copying javafx-media-17-linux.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-media-17-linux.jar
[INFO] Copying models-0.5.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/models-0.5.1.jar
[INFO] Copying ejml-core-0.41.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ejml-core-0.41.jar
[INFO] Copying jcsg-0.5.7.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/jcsg-0.5.7.jar
[INFO] Copying exp4j-0.4.8.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/exp4j-0.4.8.jar
[INFO] Copying javafx-controls-17.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-controls-17.jar
[INFO] Copying boofcv-recognition-0.40.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/boofcv-recognition-0.40.1.jar
[INFO] Copying ddogleg-0.21.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ddogleg-0.21.jar
[INFO] Copying protobuf-java-3.17.3.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/protobuf-java-3.17.3.jar
[INFO] Copying ejml-cdense-0.41.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ejml-cdense-0.41.jar
[INFO] Copying javafx-fxml-17.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-fxml-17.jar
[INFO] Copying javacpp-1.5.7-linux-arm64.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-linux-arm64.jar
[INFO] Copying mavmap-0.0.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/mavmap-0.0.1.jar
[INFO] Copying mavutils-0.0.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/mavutils-0.0.1.jar
[INFO] Copying ffmpeg-5.0-1.5.7-linux-ppc64le.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-linux-ppc64le.jar
[INFO] Copying jSerialComm-2.9.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/jSerialComm-2.9.1.jar
[INFO] Copying objimport-0.8.0.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/objimport-0.8.0.jar
[INFO] Copying ejml-simple-0.41.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ejml-simple-0.41.jar
[INFO] Copying javafx-media-17.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-media-17.jar
[INFO] Copying jcodec-javase-0.1.9.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/jcodec-javase-0.1.9.jar
[INFO] Copying commons-math3-3.5.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/commons-math3-3.5.jar
[INFO] Copying javacpp-1.5.7-android-arm.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-android-arm.jar
[INFO] Copying ejml-ddense-0.41.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ejml-ddense-0.41.jar
[INFO] Copying ffmpeg-5.0-1.5.7-android-x86.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-android-x86.jar
[INFO] Copying io-0.5.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/io-0.5.1.jar
[INFO] Copying gson-2.8.9.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/gson-2.8.9.jar
[INFO] Copying javafx-graphics-17-linux.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-graphics-17-linux.jar
[INFO] Copying georegression-0.24.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/georegression-0.24.jar
[INFO] Copying javacpp-1.5.7.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7.jar
[INFO] Copying fxyz3d-0.5.4.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/fxyz3d-0.5.4.jar
[INFO] Copying ffmpeg-5.0-1.5.7-android-arm.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ffmpeg-5.0-1.5.7-android-arm.jar
[INFO] Copying javacpp-1.5.7-android-x86.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javacpp-1.5.7-android-x86.jar
[INFO] Copying sdl2gdx-1.0.4.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/sdl2gdx-1.0.4.jar
[INFO] Copying gdx-controllers-1.9.9.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/gdx-controllers-1.9.9.jar
[INFO] Copying javafx-graphics-17.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-graphics-17.jar
[INFO] Copying snakeyaml-1.23.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/snakeyaml-1.23.jar
[INFO] Copying mavcom-0.0.1.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/mavcom-0.0.1.jar
[INFO] Copying commons-compress-1.20.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/commons-compress-1.20.jar
[INFO] Copying javafx-base-15.0.1-linux.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-base-15.0.1-linux.jar
[INFO] Copying ejml-fdense-0.41.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/ejml-fdense-0.41.jar
[INFO] Copying jcodec-0.1.9.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/jcodec-0.1.9.jar
[INFO] Copying vvecmath-0.4.0.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/vvecmath-0.4.0.jar
[INFO] Copying javafx-swing-17.jar to /home/swift/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/deploy/javafx-swing-17.jar
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resource-one) @ MAVGCL ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resource-two) @ MAVGCL ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  50.158 s
[INFO] Finished at: 2022-10-05T06:34:42+09:00
[INFO] ------------------------------------------------------------------------
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$

 

 

빌드가 완료되면 target 폴더가 생성되어 있다.

swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$ ll
total 274764
drwxrwxr-x 6 swift swift      4096 10월  5 22:30 ./
drwxrwxr-x 4 swift swift      4096 10월  3 07:01 ../
-rw-rw-r-- 1 swift swift      4502 10월  3 07:03 build.xml
-rw-rw-r-- 1 swift swift      1200 10월  3 07:01 .classpath
-rw-rw-r-- 1 swift swift      1685 10월  3 07:01 ExampleKeyfigureMetaData.xml
-rw-rw-r-- 1 swift swift        61 10월  3 07:01 .gitignore
-rw-rw-r-- 1 swift swift   1113260 10월  3 07:01 image0.png
-rw-rw-r-- 1 swift swift    915490 10월  3 07:01 image1.png
-rw-rw-r-- 1 swift swift   1065858 10월  3 07:01 image2.png
-rw-rw-r-- 1 swift swift   1333759 10월  3 07:01 image3.png
-rw-rw-r-- 1 swift swift    909323 10월  3 07:01 image4.png
drwxrwxr-x 2 swift swift      4096 10월  3 07:01 jmods/
drwxrwxr-x 4 swift swift      4096 10월  3 07:01 lib/
-rw-rw-r-- 1 swift swift      1900 10월  3 07:01 LICENSE.md
-rw-r--r-- 1 swift swift 275802672 10월  5 22:30 mavganalysis_1.0-1_amd64.deb
-rw-rw-r-- 1 swift swift     92385 10월  3 07:01 MAVGAnalysis.icns
-rw-rw-r-- 1 swift swift     31396 10월  3 07:01 MAVGAnalysis.png
-rwxrwxr-x 1 swift swift      1042 10월  3 07:01 package_graal.sh*
-rwxrwxr-x 1 swift swift       617 10월  3 07:01 package_linux.sh*
-rwxrwxr-x 1 swift swift       545 10월  3 07:01 package.sh*
-rw-rw-r-- 1 swift swift      6520 10월  5 06:33 pom.xml
-rw-rw-r-- 1 swift swift       535 10월  3 07:01 .project
-rw-rw-r-- 1 swift swift      1042 10월  3 07:01 readme
drwxrwxr-x 3 swift swift      4096 10월  3 07:01 src/
drwxrwxr-x 9 swift swift      4096 10월  5 21:56 target/
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$

 

 

app 파일을 생성하기 위해 package_linux.sh를 실행한다. 실행후에는 target/application/MAVGAnalysis/bin 폴더에 실행파일이 생성되어 있다.

swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$ ./package_linux.sh 
Error: directory already exists: ./target/custom_jre
[05:13:07.337] The specified icon "target/deploy/MAVGAnalysis.icns" is not a PNG file and will not be used. The default icon will be used in its place.
[05:13:07.606] The specified icon "target/deploy/MAVGAnalysis.icns" is not a PNG file and will not be used. The default icon will be used in its place.
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$ 
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$ 
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$ cd target/
application/       classes/           custom_jre/        deploy/            generated-sources/ maven-archiver/    maven-status/
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL$ cd target/application/MAVGAnalysis/bin/
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/application/MAVGAnalysis/bin$ ll
total 56
drwxrwxr-x 2 swift swift  4096 10월  5 21:56 ./
drwxrwxr-x 4 swift swift  4096 10월  5 21:56 ../
-rwxrwxr-x 1 swift swift 48144 10월  5 21:56 MAVGAnalysis*
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/application/MAVGAnalysis/bin$

 

 

하지만 MAVGAnalysis 을 실행하면 아래와 같은 에러가 나온다. 

swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/application/MAVGAnalysis/bin$ ./MAVGAnalysis 
Graphics Device initialization failed for :  es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
	at javafx.graphics/com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(Unknown Source)
	at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.init(Unknown Source)
	at javafx.graphics/com.sun.javafx.tk.Toolkit.getToolkit(Unknown Source)
	at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
	at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
	at javafx.graphics/com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
	at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(Unknown Source)
	at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(Unknown Source)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at java.base/sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
	at javafx.graphics/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(Unknown Source)
	at javafx.graphics/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Exception in thread "main" java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at java.base/sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
Caused by: java.lang.RuntimeException: No toolkit found
	at javafx.graphics/com.sun.javafx.tk.Toolkit.getToolkit(Unknown Source)
	at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
	at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
	at javafx.graphics/com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
	at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(Unknown Source)
	at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(Unknown Source)
	... 5 more
pure virtual method called
terminate called without an active exception
Aborted (core dumped)
swift@Swift:~/workspace/PX4/mavtools/MAVGCL/MAVGCL/target/application/MAVGAnalysis/bin$

 

 

이와 같은 에러를 보이는 사람들이 몇몇 있는것 같다. 인터넷으로 검색을 해봤는데 그래픽 호환성 문제, 32/64bit 처리 문제등 몇가지 문제를 지적하기는 하지만 아직 뚜렷한 해결책을 찾지 못하였다. 

 

 

 

비슷한 에러가 아래 git 사이트에서도 issue화 되어 있다.

 

https://github.com/ecmnet/MAVGCL/issues/134 

 

Support for Linux · Issue #134 · ecmnet/MAVGCL

Hi there @ecmnet , great job with this package. I am giving this another try under Linux (Ubuntu 20.04 LTS). There seems to be still alot of issues for the compilation. The System OS: 20.04.1-Ubunt...

github.com

 

728x90

'SW 프로젝트' 카테고리의 다른 글

Java maven 3.8.6 수동 설치 방법  (0) 2022.10.03

댓글