Skip to content

Cannot build project after generating new plugin #324

@sizlo

Description

@sizlo

I have followed the instructions in this repositories README to fork the repo, and run the plugin generator. When I try to build the plugin I get errors where Maven cannot find various dependencies.

This happens when building via the Maven CLI (mvn clean package), or in the NetBeans IDE (right click project > Build).

I googled one of the dependencies it cannot find, and saw that mvnrepository.com lists that artifact as being available on a Gephi repository.
https://mvnrepository.com/artifact/org.jogamp.gluegen/gluegen-rt/v2.4.0-rc4
It gives the following url for that Gephi repository.
https://raw.githubusercontent.com/gephi/gephi/mvn-thirdparty-repo/
Adding this as a repository in the projects pom.xml file does not fix the issue.

For the specific dependency example above I can verify the .pom file is present:
https://raw.githubusercontent.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt/v2.4.0-rc4/gluegen-rt-v2.4.0-rc4.pom
But the .jar file is missing:
https://raw.githubusercontent.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt/v2.4.0-rc4/gluegen-rt-v2.4.0-rc4.jar

Expand for the full output log of `mvn package`
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Multi Node Lineage                                                 [nbm]
[INFO] gephi-plugins                                                      [pom]
[INFO]
[INFO] -------------< uk.co.timsummertonbrier:multi-node-lineage >-------------
[INFO] Building Multi Node Lineage 1.0.0                                  [1/2]
[INFO]   from modules/MultiNodeLineage/pom.xml
[INFO] --------------------------------[ nbm ]---------------------------------
[WARNING] Ignoring incompatible plugin version 4.0.0-beta-1: The plugin org.apache.maven.plugins:maven-resources-plugin:4.0.0-beta-1 requires Maven version 4.0.0-beta-3
[INFO] Latest version of plugin org.apache.maven.plugins:maven-resources-plugin failed compatibility check
[INFO] Looking for compatible RELEASE version of plugin org.apache.maven.plugins:maven-resources-plugin
[INFO] Selected plugin org.apache.maven.plugins:maven-resources-plugin:3.3.1
[WARNING] Ignoring incompatible plugin version 4.0.0-beta-2: The plugin org.apache.maven.plugins:maven-install-plugin:4.0.0-beta-2 requires Maven version 4.0.0-rc-2
[INFO] Latest version of plugin org.apache.maven.plugins:maven-install-plugin failed compatibility check
[INFO] Looking for compatible RELEASE version of plugin org.apache.maven.plugins:maven-install-plugin
[WARNING] Ignoring incompatible plugin version 4.0.0-beta-1: The plugin org.apache.maven.plugins:maven-install-plugin:4.0.0-beta-1 requires Maven version 4.0.0-beta-3
[INFO] Selected plugin org.apache.maven.plugins:maven-install-plugin:3.1.4
[WARNING] Ignoring incompatible plugin version 4.0.0-beta-2: The plugin org.apache.maven.plugins:maven-deploy-plugin:4.0.0-beta-2 requires Maven version 4.0.0-rc-2
[INFO] Latest version of plugin org.apache.maven.plugins:maven-deploy-plugin failed compatibility check
[INFO] Looking for compatible RELEASE version of plugin org.apache.maven.plugins:maven-deploy-plugin
[WARNING] Ignoring incompatible plugin version 4.0.0-beta-1: The plugin org.apache.maven.plugins:maven-deploy-plugin:4.0.0-beta-1 requires Maven version 4.0.0-beta-3
[INFO] Selected plugin org.apache.maven.plugins:maven-deploy-plugin:3.1.4
[WARNING] Parameter 'authorEmail' is unknown for plugin 'nbm-maven-plugin:4.5:manifest (default-manifest)'
[WARNING] Parameter 'sourceCodeUrl' is unknown for plugin 'nbm-maven-plugin:4.5:manifest (default-manifest)'
[WARNING] Parameter 'authorUrl' is unknown for plugin 'nbm-maven-plugin:4.5:manifest (default-manifest)'
[WARNING] Parameter 'authorEmail' is unknown for plugin 'nbm-maven-plugin:4.5:branding (default-branding)'
[WARNING] Parameter 'sourceCodeUrl' is unknown for plugin 'nbm-maven-plugin:4.5:branding (default-branding)'
[WARNING] Parameter 'authorUrl' is unknown for plugin 'nbm-maven-plugin:4.5:branding (default-branding)'
[WARNING] Parameter 'authorEmail' is unknown for plugin 'nbm-maven-plugin:4.5:nbm (default-nbm)'
[WARNING] Parameter 'sourceCodeUrl' is unknown for plugin 'nbm-maven-plugin:4.5:nbm (default-nbm)'
[WARNING] Parameter 'authorUrl' is unknown for plugin 'nbm-maven-plugin:4.5:nbm (default-nbm)'
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ multi-node-lineage ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.10.0:compile (default-compile) @ multi-node-lineage ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- nbm:4.5:manifest (default-manifest) @ multi-node-lineage ---
[INFO] NBM Plugin generates manifest
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ multi-node-lineage ---
[INFO] skip non existing resourceDirectory /Users/tim.summerton-brier/PersonalDev/gephi-plugins/modules/MultiNodeLineage/src/test/resources
[INFO]
[INFO] --- compiler:3.10.0:testCompile (default-testCompile) @ multi-node-lineage ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- surefire:3.5.4:test (default-test) @ multi-node-lineage ---
[INFO] No tests to run.
[INFO]
[INFO] --- jar:3.2.0:jar (default-jar) @ multi-node-lineage ---
[INFO] Building jar: /Users/tim.summerton-brier/PersonalDev/gephi-plugins/modules/MultiNodeLineage/target/multi-node-lineage-1.0.0.jar
[INFO]
[INFO] --- nbm:4.5:branding (default-branding) @ multi-node-lineage ---
[INFO] No branding to process.
[INFO]
[INFO] --- nbm:4.5:nbm (default-nbm) @ multi-node-lineage ---
[INFO] Copying module JAR to /Users/tim.summerton-brier/PersonalDev/gephi-plugins/modules/MultiNodeLineage/target/nbm/netbeans/plugins/modules
[INFO] Generating Auto Update information for uk.co.timsummertonbrier.multi.node.lineage
[WARNING] To set license for the nbm, you need to specify both licenseName and licenseFile parameters.
[WARNING] No updater.jar specified, cannot validate Info.xml against DTD
[INFO] Building jar: /Users/tim.summerton-brier/PersonalDev/gephi-plugins/modules/MultiNodeLineage/target/nbm/multi-node-lineage-1.0.0.nbm
[INFO]
[INFO] ----------------------< org.gephi:gephi-plugins >-----------------------
[INFO] Building gephi-plugins 0.10.0                                      [2/2]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom
Downloaded from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom (470 B at 432 B/s)
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/com/connectina/swing/fontchooser/1.0/fontchooser-1.0.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/com/connectina/swing/fontchooser/1.0/fontchooser-1.0.pom
Downloaded from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/com/connectina/swing/fontchooser/1.0/fontchooser-1.0.pom (465 B at 487 B/s)
[WARNING] 3 problems were encountered while building the effective model for com.miglayout:miglayout:jar:3.7.4 during dependency collection step for project (use -X to see details)
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/net/java/dev/timingframework/1.1/timingframework-1.1.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/net/java/dev/timingframework/1.1/timingframework-1.1.pom
Downloaded from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/net/java/dev/timingframework/1.1/timingframework-1.1.pom (461 B at 493 B/s)
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt/v2.4.0-rc4/gluegen-rt-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt/v2.4.0-rc4/gluegen-rt-v2.4.0-rc4.pom
Downloaded from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt/v2.4.0-rc4/gluegen-rt-v2.4.0-rc4.pom (478 B at 515 B/s)
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt-natives-linux-amd64/v2.4.0-rc4/gluegen-rt-natives-linux-amd64-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt-natives-linux-amd64/v2.4.0-rc4/gluegen-rt-natives-linux-amd64-v2.4.0-rc4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt-natives-linux-amd64/v2.4.0-rc4/gluegen-rt-natives-linux-amd64-v2.4.0-rc4.pom
[WARNING] The POM for org.jogamp.gluegen:gluegen-rt-natives-linux-amd64:jar:v2.4.0-rc4 is missing, no dependency information available
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt-natives-linux-i586/v2.4.0-rc4/gluegen-rt-natives-linux-i586-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt-natives-linux-i586/v2.4.0-rc4/gluegen-rt-natives-linux-i586-v2.4.0-rc4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt-natives-linux-i586/v2.4.0-rc4/gluegen-rt-natives-linux-i586-v2.4.0-rc4.pom
[WARNING] The POM for org.jogamp.gluegen:gluegen-rt-natives-linux-i586:jar:v2.4.0-rc4 is missing, no dependency information available
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt-natives-macosx-universal/v2.4.0-rc4/gluegen-rt-natives-macosx-universal-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt-natives-macosx-universal/v2.4.0-rc4/gluegen-rt-natives-macosx-universal-v2.4.0-rc4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt-natives-macosx-universal/v2.4.0-rc4/gluegen-rt-natives-macosx-universal-v2.4.0-rc4.pom
[WARNING] The POM for org.jogamp.gluegen:gluegen-rt-natives-macosx-universal:jar:v2.4.0-rc4 is missing, no dependency information available
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt-natives-windows-amd64/v2.4.0-rc4/gluegen-rt-natives-windows-amd64-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt-natives-windows-amd64/v2.4.0-rc4/gluegen-rt-natives-windows-amd64-v2.4.0-rc4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt-natives-windows-amd64/v2.4.0-rc4/gluegen-rt-natives-windows-amd64-v2.4.0-rc4.pom
[WARNING] The POM for org.jogamp.gluegen:gluegen-rt-natives-windows-amd64:jar:v2.4.0-rc4 is missing, no dependency information available
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt-natives-windows-i586/v2.4.0-rc4/gluegen-rt-natives-windows-i586-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt-natives-windows-i586/v2.4.0-rc4/gluegen-rt-natives-windows-i586-v2.4.0-rc4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt-natives-windows-i586/v2.4.0-rc4/gluegen-rt-natives-windows-i586-v2.4.0-rc4.pom
[WARNING] The POM for org.jogamp.gluegen:gluegen-rt-natives-windows-i586:jar:v2.4.0-rc4 is missing, no dependency information available
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all/2.4.0-rc-20221118/jogl-all-2.4.0-rc-20221118.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all/2.4.0-rc-20221118/jogl-all-2.4.0-rc-20221118.pom
Downloaded from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all/2.4.0-rc-20221118/jogl-all-2.4.0-rc-20221118.pom (480 B at 678 B/s)
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all-natives-linux-amd64/v2.4.0-rc4/jogl-all-natives-linux-amd64-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all-natives-linux-amd64/v2.4.0-rc4/jogl-all-natives-linux-amd64-v2.4.0-rc4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/jogl/jogl-all-natives-linux-amd64/v2.4.0-rc4/jogl-all-natives-linux-amd64-v2.4.0-rc4.pom
[WARNING] The POM for org.jogamp.jogl:jogl-all-natives-linux-amd64:jar:v2.4.0-rc4 is missing, no dependency information available
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all-natives-linux-i586/v2.4.0-rc4/jogl-all-natives-linux-i586-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all-natives-linux-i586/v2.4.0-rc4/jogl-all-natives-linux-i586-v2.4.0-rc4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/jogl/jogl-all-natives-linux-i586/v2.4.0-rc4/jogl-all-natives-linux-i586-v2.4.0-rc4.pom
[WARNING] The POM for org.jogamp.jogl:jogl-all-natives-linux-i586:jar:v2.4.0-rc4 is missing, no dependency information available
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all-natives-macosx-universal/v2.4.0-rc4/jogl-all-natives-macosx-universal-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all-natives-macosx-universal/v2.4.0-rc4/jogl-all-natives-macosx-universal-v2.4.0-rc4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/jogl/jogl-all-natives-macosx-universal/v2.4.0-rc4/jogl-all-natives-macosx-universal-v2.4.0-rc4.pom
[WARNING] The POM for org.jogamp.jogl:jogl-all-natives-macosx-universal:jar:v2.4.0-rc4 is missing, no dependency information available
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all-natives-windows-amd64/v2.4.0-rc4/jogl-all-natives-windows-amd64-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all-natives-windows-amd64/v2.4.0-rc4/jogl-all-natives-windows-amd64-v2.4.0-rc4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/jogl/jogl-all-natives-windows-amd64/v2.4.0-rc4/jogl-all-natives-windows-amd64-v2.4.0-rc4.pom
[WARNING] The POM for org.jogamp.jogl:jogl-all-natives-windows-amd64:jar:v2.4.0-rc4 is missing, no dependency information available
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all-natives-windows-i586/v2.4.0-rc4/jogl-all-natives-windows-i586-v2.4.0-rc4.pom
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all-natives-windows-i586/v2.4.0-rc4/jogl-all-natives-windows-i586-v2.4.0-rc4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/jogl/jogl-all-natives-windows-i586/v2.4.0-rc4/jogl-all-natives-windows-i586-v2.4.0-rc4.pom
[WARNING] The POM for org.jogamp.jogl:jogl-all-natives-windows-i586:jar:v2.4.0-rc4 is missing, no dependency information available
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt/v2.4.0-rc4/gluegen-rt-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt-natives-linux-amd64/v2.4.0-rc4/gluegen-rt-natives-linux-amd64-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt-natives-linux-i586/v2.4.0-rc4/gluegen-rt-natives-linux-i586-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt-natives-macosx-universal/v2.4.0-rc4/gluegen-rt-natives-macosx-universal-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt-natives-windows-amd64/v2.4.0-rc4/gluegen-rt-natives-windows-amd64-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/gluegen/gluegen-rt-natives-windows-i586/v2.4.0-rc4/gluegen-rt-natives-windows-i586-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all/2.4.0-rc-20221118/jogl-all-2.4.0-rc-20221118.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all-natives-linux-amd64/v2.4.0-rc4/jogl-all-natives-linux-amd64-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all-natives-linux-i586/v2.4.0-rc4/jogl-all-natives-linux-i586-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all-natives-macosx-universal/v2.4.0-rc4/jogl-all-natives-macosx-universal-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all-natives-windows-amd64/v2.4.0-rc4/jogl-all-natives-windows-amd64-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/org/jogamp/jogl/jogl-all-natives-windows-i586/v2.4.0-rc4/jogl-all-natives-windows-i586-v2.4.0-rc4.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/com/connectina/swing/fontchooser/1.0/fontchooser-1.0.jar
Downloading from oss-sonatype: https://oss.sonatype.org/content/repositories/snapshots/net/java/dev/timingframework/1.1/timingframework-1.1.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt/v2.4.0-rc4/gluegen-rt-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt-natives-linux-amd64/v2.4.0-rc4/gluegen-rt-natives-linux-amd64-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt-natives-linux-i586/v2.4.0-rc4/gluegen-rt-natives-linux-i586-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt-natives-macosx-universal/v2.4.0-rc4/gluegen-rt-natives-macosx-universal-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt-natives-windows-amd64/v2.4.0-rc4/gluegen-rt-natives-windows-amd64-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/gluegen/gluegen-rt-natives-windows-i586/v2.4.0-rc4/gluegen-rt-natives-windows-i586-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all/2.4.0-rc-20221118/jogl-all-2.4.0-rc-20221118.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all-natives-linux-amd64/v2.4.0-rc4/jogl-all-natives-linux-amd64-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all-natives-linux-i586/v2.4.0-rc4/jogl-all-natives-linux-i586-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all-natives-macosx-universal/v2.4.0-rc4/jogl-all-natives-macosx-universal-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all-natives-windows-amd64/v2.4.0-rc4/jogl-all-natives-windows-amd64-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all-natives-windows-i586/v2.4.0-rc4/jogl-all-natives-windows-i586-v2.4.0-rc4.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/com/connectina/swing/fontchooser/1.0/fontchooser-1.0.jar
Downloading from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/net/java/dev/timingframework/1.1/timingframework-1.1.jar
Downloaded from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/org/jogamp/jogl/jogl-all/2.4.0-rc-20221118/jogl-all-2.4.0-rc-20221118.jar (3.5 MB at 2.7 MB/s)
Downloaded from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar (128 kB at 76 kB/s)
Downloaded from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/com/connectina/swing/fontchooser/1.0/fontchooser-1.0.jar (27 kB at 14 kB/s)
Downloaded from gephi: https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/net/java/dev/timingframework/1.1/timingframework-1.1.jar (114 kB at 59 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt/v2.4.0-rc4/gluegen-rt-v2.4.0-rc4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt-natives-linux-amd64/v2.4.0-rc4/gluegen-rt-natives-linux-amd64-v2.4.0-rc4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt-natives-linux-i586/v2.4.0-rc4/gluegen-rt-natives-linux-i586-v2.4.0-rc4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt-natives-macosx-universal/v2.4.0-rc4/gluegen-rt-natives-macosx-universal-v2.4.0-rc4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt-natives-windows-amd64/v2.4.0-rc4/gluegen-rt-natives-windows-amd64-v2.4.0-rc4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt-natives-windows-i586/v2.4.0-rc4/gluegen-rt-natives-windows-i586-v2.4.0-rc4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/jogl/jogl-all-natives-linux-amd64/v2.4.0-rc4/jogl-all-natives-linux-amd64-v2.4.0-rc4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/jogl/jogl-all-natives-linux-i586/v2.4.0-rc4/jogl-all-natives-linux-i586-v2.4.0-rc4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/jogl/jogl-all-natives-macosx-universal/v2.4.0-rc4/jogl-all-natives-macosx-universal-v2.4.0-rc4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/jogl/jogl-all-natives-windows-amd64/v2.4.0-rc4/jogl-all-natives-windows-amd64-v2.4.0-rc4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jogamp/jogl/jogl-all-natives-windows-i586/v2.4.0-rc4/jogl-all-natives-windows-i586-v2.4.0-rc4.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Multi Node Lineage 1.0.0 ........................... SUCCESS [  0.657 s]
[INFO] gephi-plugins 0.10.0 ............................... FAILURE [ 32.096 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  33.173 s
[INFO] Finished at: 2025-10-02T15:35:33+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project gephi-plugins: Could not resolve dependencies for project org.gephi:gephi-plugins:pom:0.10.0
[ERROR] dependency: org.jogamp.gluegen:gluegen-rt:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: org.jogamp.gluegen:gluegen-rt-natives-linux-amd64:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-linux-amd64:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-linux-amd64:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-linux-amd64:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: org.jogamp.gluegen:gluegen-rt-natives-linux-i586:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-linux-i586:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-linux-i586:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-linux-i586:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: org.jogamp.gluegen:gluegen-rt-natives-macosx-universal:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-macosx-universal:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-macosx-universal:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-macosx-universal:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: org.jogamp.gluegen:gluegen-rt-natives-windows-amd64:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-windows-amd64:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-windows-amd64:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-windows-amd64:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: org.jogamp.gluegen:gluegen-rt-natives-windows-i586:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-windows-i586:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-windows-i586:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.gluegen:gluegen-rt-natives-windows-i586:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: org.jogamp.jogl:jogl-all-natives-linux-amd64:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-linux-amd64:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-linux-amd64:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-linux-amd64:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: org.jogamp.jogl:jogl-all-natives-linux-i586:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-linux-i586:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-linux-i586:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-linux-i586:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: org.jogamp.jogl:jogl-all-natives-macosx-universal:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-macosx-universal:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-macosx-universal:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-macosx-universal:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: org.jogamp.jogl:jogl-all-natives-windows-amd64:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-windows-amd64:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-windows-amd64:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-windows-amd64:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: org.jogamp.jogl:jogl-all-natives-windows-i586:jar:v2.4.0-rc4 (compile)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-windows-i586:jar:v2.4.0-rc4 in oss-sonatype (https://oss.sonatype.org/content/repositories/snapshots/)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-windows-i586:jar:v2.4.0-rc4 in gephi (https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/)
[ERROR]     Could not find artifact org.jogamp.jogl:jogl-all-natives-windows-i586:jar:v2.4.0-rc4 in central (https://repo.maven.apache.org/maven2)
[ERROR]
[ERROR] -> [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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :gephi-plugins

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions