首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >用Grails 3.3.1列出概要文件抛出org.eclipse.aether.transfer.ArtifactNotFoundException

用Grails 3.3.1列出概要文件抛出org.eclipse.aether.transfer.ArtifactNotFoundException
EN

Stack Overflow用户
提问于 2017-10-01 11:52:52
回答 1查看 374关注 0票数 1

我使用SDKMAN!安装了Grails 3.3.1。现在,我试图列出可用的配置文件

代码语言:javascript
复制
grails list-profiles

并得到以下错误:

运行Grails :未能找到工件org.grails.profile:角:jar:4.0.1在grailsCentral (https://repo.grails.org/grails/core)中发生错误(注意:堆栈跟踪已被过滤)。使用--详细地查看整个跟踪。)org.eclipse.aether.transfer.ArtifactNotFoundException:找不到工件org.grails.profile:ar角:jar:4.0.1 in grailsCentral (https://repo.grails.org/grails/core) at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:39) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355) at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67) at org.eclipse.aether.connector。basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:581) at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:249) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:520) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367) at org.springframework.boot.cli.compiler.grape.AetherGrapeEngine.resolve(AetherGrapeEngine.java:319) at org.springframework.boot.cli.compiler.grape.AetherGrapeEngine.grab(AetherGrapeEngine.java:129) at org.springframework.boot.cli.compiler.grape.AetherGrapeEngine.grab(AetherGrapeEngine.java:121) at org.grails.cli.profile.repository.MavenProfileRepository.getAllProfiles(MavenProfileRepository.groovy:134) at org。grails.cli.profile.commands.ListProfilesCommand.handle(ListProfilesCommand.groovy:43) at org.grails.cli.GrailsCli.executeCommandWithArgumentValidation(GrailsCli.groovy:287) at org.grails.cli.GrailsCli.execute(GrailsCli.groovy:263) at org.grails.cli.GrailsCli.main(GrailsCli.groovy:159)发生错误,运行Grails :无法找到工件org.grails.profile:ar角:jar:4.0.1 in grailsCentral (https://repo.grails.org/grails/core)

我要换一下回购吗?

EN

回答 1

Stack Overflow用户

发布于 2017-10-01 18:28:18

结果发现格雷尔斯回购公司( grails https://repo.grails.org/grails/core )倒闭了。up时,它返回可用工件的列表,上面的命令应该返回所有可用配置文件的列表,如下所示:

grails列表-配置文件解析依赖关系..。可获得的概况

  • 用角2创建Grails应用程序的配置文件
  • rest-api -用于REST应用程序的配置文件
  • 基-由其他配置文件扩展的基本配置文件
  • angularjs -使用AngularJS创建应用程序的概要文件
  • 插件-专为跨所有配置文件而设计的插件配置文件
  • 配置文件-用于创建新的Grails配置文件的配置文件
  • react -用于创建带有React前端的Grails应用程序的配置文件
  • REST - API -插件配置文件用于REST插件
  • web应用程序的Web配置文件
  • web-jboss7 -创建JBoss 7.1EAP项目的概要文件
  • 为Web应用程序设计的插件配置文件
  • webpack --使用webpack 2创建基于节点前端的应用程序的概要文件
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/46512113

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档