org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.github:site-maven-plugin:0.12:site (default-cli) on project maxur-ldoc: Server 'github' not found in settings
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by rultor
, 1 year agovia GitHub by rultor
, 1 year agovia GitHub by rultor
, 1 year agovia GitHub by myunusov
, 1 year agovia GitHub by rultor
, 1 year agovia GitHub by rultor
, 2 months agoorg.apache.maven.plugin.MojoExecutionException: Server 'github' not found in settings
at com.github.maven.plugins.core.GitHubProjectMojo.configureServerCredentials(GitHubProjectMojo.java:316)
at com.github.maven.plugins.core.GitHubProjectMojo.createClient(GitHubProjectMojo.java:198)
at com.github.maven.plugins.site.SiteMojo.execute(SiteMojo.java:330)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at io.takari.maven.builder.smart.SmartBuilderImpl.buildProject(SmartBuilderImpl.java:334)
at io.takari.maven.builder.smart.SmartBuilderImpl$ProjectBuildTask.run(SmartBuilderImpl.java:104)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)