Created
July 5, 2020 23:34
-
-
Save olivermt/8b1e47fef5643043338a5c73ab690093 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\code\jdk-11\bin\java.exe -Dmaven.multiModuleProjectDirectory=C:\code\safari\api-ktor3 "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven3\bin\m2.conf" "-Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven-event-listener.jar" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\lib\idea_rt.jar=60024:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven3\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version2020.1.2 install | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] --------------------------< com.safaridb:api >-------------------------- | |
[INFO] Building com.test api 1.0-SNAPSHOT | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[WARNING] The POM for org.jooq:jooq-codegen-maven:jar:3.13.2 is missing, no dependency information available | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 0.106 s | |
[INFO] Finished at: 2020-07-06T01:31:30+02:00 | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Plugin org.jooq:jooq-codegen-maven:3.13.2 or one of its dependencies could not be resolved: Failure to find org.jooq:jooq-codegen-maven:jar:3.13.2 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [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/PluginResolutionException |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\code\jdk-11\bin\java.exe -Dmaven.multiModuleProjectDirectory=C:\code\safari\api-ktor3 "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven3\bin\m2.conf" "-Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven-event-listener.jar" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\lib\idea_rt.jar=60124:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.1.2\plugins\maven\lib\maven3\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version2020.1.2 --errors install | |
[INFO] Error stacktraces are turned on. | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] --------------------------< com.safaridb:api >-------------------------- | |
[INFO] Building com.test api 1.0-SNAPSHOT | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[WARNING] The POM for org.jooq:jooq-codegen-maven:jar:3.13.2 is missing, no dependency information available | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 0.105 s | |
[INFO] Finished at: 2020-07-06T01:33:19+02:00 | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Plugin org.jooq:jooq-codegen-maven:3.13.2 or one of its dependencies could not be resolved: Failure to find org.jooq:jooq-codegen-maven:jar:3.13.2 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] | |
org.apache.maven.plugin.PluginResolutionException: Plugin org.jooq:jooq-codegen-maven:3.13.2 or one of its dependencies could not be resolved: Failure to find org.jooq:jooq-codegen-maven:jar:3.13.2 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced | |
at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:131) | |
at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor (DefaultMavenPluginManager.java:182) | |
at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor (DefaultMavenPluginManager.java:286) | |
at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor (DefaultBuildPluginManager.java:244) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecution (DefaultLifecycleExecutionPlanCalculator.java:169) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecutions (DefaultLifecycleExecutionPlanCalculator.java:154) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:130) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:144) | |
at org.apache.maven.lifecycle.internal.builder.BuilderCommon.resolveBuildPlan (BuilderCommon.java:97) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:111) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) | |
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) | |
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) | |
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) | |
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) | |
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) | |
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) | |
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) | |
at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke (Method.java:566) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) | |
at org.codehaus.classworlds.Launcher.main (Launcher.java:47) | |
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Failure to find org.jooq:jooq-codegen-maven:jar:3.13.2 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced | |
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:424) | |
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229) | |
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207) | |
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262) | |
at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:127) | |
at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor (DefaultMavenPluginManager.java:182) | |
at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor (DefaultMavenPluginManager.java:286) | |
at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor (DefaultBuildPluginManager.java:244) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecution (DefaultLifecycleExecutionPlanCalculator.java:169) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecutions (DefaultLifecycleExecutionPlanCalculator.java:154) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:130) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:144) | |
at org.apache.maven.lifecycle.internal.builder.BuilderCommon.resolveBuildPlan (BuilderCommon.java:97) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:111) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) | |
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) | |
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) | |
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) | |
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) | |
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) | |
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) | |
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) | |
at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke (Method.java:566) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) | |
at org.codehaus.classworlds.Launcher.main (Launcher.java:47) | |
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find org.jooq:jooq-codegen-maven:jar:3.13.2 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced | |
at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.newException (DefaultUpdateCheckManager.java:218) | |
at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.checkArtifact (DefaultUpdateCheckManager.java:193) | |
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.gatherDownloads (DefaultArtifactResolver.java:559) | |
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:483) | |
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:401) | |
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229) | |
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207) | |
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262) | |
at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve (DefaultPluginDependenciesResolver.java:127) | |
at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor (DefaultMavenPluginManager.java:182) | |
at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor (DefaultMavenPluginManager.java:286) | |
at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor (DefaultBuildPluginManager.java:244) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecution (DefaultLifecycleExecutionPlanCalculator.java:169) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecutions (DefaultLifecycleExecutionPlanCalculator.java:154) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:130) | |
at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan (DefaultLifecycleExecutionPlanCalculator.java:144) | |
at org.apache.maven.lifecycle.internal.builder.BuilderCommon.resolveBuildPlan (BuilderCommon.java:97) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:111) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) | |
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) | |
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) | |
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) | |
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) | |
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) | |
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) | |
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) | |
at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke (Method.java:566) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) | |
at org.codehaus.classworlds.Launcher.main (Launcher.java:47) | |
[ERROR] | |
[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/PluginResolutionException |
Author
olivermt
commented
Jul 5, 2020
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment