You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After executing "mvn clean install" the following error appears:
pi@rspi4:~/Downloads/AisAnalysis $ mvn clean install
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] AisAnalysis Parent [pom]
[INFO] AIS analyzer commons [jar]
[INFO] AIS viewer [jar]
[INFO] AisAnalysis distribution parent [pom]
[INFO] AisAnalysis viewer singlejar [jar]
[INFO]
[INFO] --------------< dk.dma.ais.analysis:ais-analysis-parent >---------------
[INFO] Building AisAnalysis Parent 0.1-SNAPSHOT [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The POM for dk.dma.enav:enav-model:jar:0.6-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for dk.dma.commons:dma-commons-util:jar:0.5-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for dk.dma.enav:enav-util:jar:0.6-SNAPSHOT is missing, no dependency information available
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ais-analysis-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ ais-analysis-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ais-analysis-parent ---
[INFO] Installing /home/pi/Downloads/AisAnalysis/pom.xml to /home/pi/.m2/repository/dk/dma/ais/analysis/ais-analysis-parent/0.1-SNAPSHOT/ais-analysis-parent-0.1-SNAPSHOT.pom
[INFO]
[INFO] --------------< dk.dma.ais.analysis:ais-analyzer-common >---------------
[INFO] Building AIS analyzer commons 0.1-SNAPSHOT [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for AisAnalysis Parent 0.1-SNAPSHOT:
[INFO]
[INFO] AisAnalysis Parent ................................. SUCCESS [ 3.383 s]
[INFO] AIS analyzer commons ............................... FAILURE [ 0.601 s]
[INFO] AIS viewer ......................................... SKIPPED
[INFO] AisAnalysis distribution parent .................... SKIPPED
[INFO] AisAnalysis viewer singlejar ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.739 s
[INFO] Finished at: 2020-10-18T16:27:30+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ais-analyzer-common: Could not resolve dependencies for project dk.dma.ais.analysis:ais-analyzer-common:jar:0.1-SNAPSHOT: The following artifacts could not be resolved: dk.dma.commons:dma-commons-util:jar:0.5-SNAPSHOT, dk.dma.enav:enav-util:jar:0.6-SNAPSHOT: Could not find artifact dk.dma.commons:dma-commons-util:jar:0.5-SNAPSHOT -> [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 -rf :ais-analyzer-common
The text was updated successfully, but these errors were encountered:
After executing "mvn clean install" the following error appears:
pi@rspi4:~/Downloads/AisAnalysis $ mvn clean install
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] AisAnalysis Parent [pom]
[INFO] AIS analyzer commons [jar]
[INFO] AIS viewer [jar]
[INFO] AisAnalysis distribution parent [pom]
[INFO] AisAnalysis viewer singlejar [jar]
[INFO]
[INFO] --------------< dk.dma.ais.analysis:ais-analysis-parent >---------------
[INFO] Building AisAnalysis Parent 0.1-SNAPSHOT [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The POM for dk.dma.enav:enav-model:jar:0.6-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for dk.dma.commons:dma-commons-util:jar:0.5-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for dk.dma.enav:enav-util:jar:0.6-SNAPSHOT is missing, no dependency information available
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ais-analysis-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ ais-analysis-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ais-analysis-parent ---
[INFO] Installing /home/pi/Downloads/AisAnalysis/pom.xml to /home/pi/.m2/repository/dk/dma/ais/analysis/ais-analysis-parent/0.1-SNAPSHOT/ais-analysis-parent-0.1-SNAPSHOT.pom
[INFO]
[INFO] --------------< dk.dma.ais.analysis:ais-analyzer-common >---------------
[INFO] Building AIS analyzer commons 0.1-SNAPSHOT [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for AisAnalysis Parent 0.1-SNAPSHOT:
[INFO]
[INFO] AisAnalysis Parent ................................. SUCCESS [ 3.383 s]
[INFO] AIS analyzer commons ............................... FAILURE [ 0.601 s]
[INFO] AIS viewer ......................................... SKIPPED
[INFO] AisAnalysis distribution parent .................... SKIPPED
[INFO] AisAnalysis viewer singlejar ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.739 s
[INFO] Finished at: 2020-10-18T16:27:30+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ais-analyzer-common: Could not resolve dependencies for project dk.dma.ais.analysis:ais-analyzer-common:jar:0.1-SNAPSHOT: The following artifacts could not be resolved: dk.dma.commons:dma-commons-util:jar:0.5-SNAPSHOT, dk.dma.enav:enav-util:jar:0.6-SNAPSHOT: Could not find artifact dk.dma.commons:dma-commons-util:jar:0.5-SNAPSHOT -> [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 -rf :ais-analyzer-common
The text was updated successfully, but these errors were encountered: