- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 SDKMAN! 安装了 Grails 3.3.1!。现在我尝试使用列出可用的配置文件
grails list-profiles
| Error Error occurred running Grails CLI: Could not find artifact org.grails.profiles:angular:jar:4.0.1 in grailsCentral (https://repo.grails.org/grails/core) (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.) org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.grails.profiles:angular: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) | Error Error occurred running Grails CLI: Could not find artifact org.grails.profiles:angular:jar:4.0.1 in grailsCentral (https://repo.grails.org/grails/core)
最佳答案
结果是 grails repo https://repo.grails.org/grails/core下来了。启动时,它返回可用工件的列表,上述命令应返回所有可用配置文件的列表,如下所示:
grails list-profiles Resolving dependencies.. | Available Profiles
- angular - A profile for creating Grails applications with Angular 2
- rest-api - Profile for REST API applications
- base - The base profile extended by other profiles
- angularjs - A profile for creating applications using AngularJS
- plugin - Profile for plugins designed to work across all profiles
- profile - A profile for creating new Grails profiles
- react - A profile for creating Grails applications with a React frontend
- rest-api-plugin - Profile for REST API plugins
- web - Profile for Web applications
- web-jboss7 - A Profile for Creating a JBoss 7.1 EAP Project
- web-plugin - Profile for Plugins designed for Web applications
- webpack - A profile for creating applications with node-based frontends using webpack 2
关于grails - 使用 Grails 3.3.1 列出配置文件会引发 org.eclipse.aether.transfer.ArtifactNotFoundException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46512113/
运行我的作业时出现此错误: Parsing POMs 12:04:09 ERROR: Failed to parse POMs 12:04:09 hudson.maven.MavenEmbedderE
我正在使用 eather 在我的代码中重新创建相同的 maven dependency:tree 结构。按照文档,我发现这很有用 example它正确地列出了与插件相同的依赖关系,但它缺少任何“树”信
当我尝试解析 LATEST 版本时,Eclipse Aether 似乎没有返回正确的版本: val artifact = DefaultArtifact("org.testng:testng:LATE
本文整理了Java中org.eclipse.aether.util.concurrency.WorkerThreadFactory类的一些代码示例,展示了WorkerThreadFactory类的具体
有很多相关的问题 com.jcabi jcabi-aether 0.9 当我需要从远程仓库获取 Artifact 时,它可以完美运行。 不幸的是,我找不到强制以太从本地 r
我已经在 docker 镜像中打包了 karaf 容器,应该在测试和生产中使用。使用了不同的 Nexus 存储库(生产存储库的 Artifact 在成功测试后首先部署),我想通过环境变量控制使用哪个存
我尝试使用 java 和 aethor 库连接到远程存储库,通过代码手动下载 Artifactory ,即 jar/zip/war。但我发现文档不是很有帮助,有人有什么想法吗? 这就是我所拥有的 pu
如何在 Aether 中搜索特定 Artifact ? Dependency dependency = new Dependency( new DefaultArtifact( "com.go
如何使用 Aether 获取 MavenProject 的所有依赖项(包括传递性依赖项)? 我见过许多示例,其中您指定了 gav,它会解析 Artifact 及其所有依赖项。这一切都很好。但是,如果您
本文整理了Java中org.eclipse.aether.util.concurrency.WorkerThreadFactory.getCallerSimpleClassName()方法的一些代码示
本文整理了Java中org.eclipse.aether.util.concurrency.WorkerThreadFactory.()方法的一些代码示例,展示了WorkerThreadFactory
我一直在 maven-dependency-plugin 中看到标签的 NoSuchElementException。我已尝试将 aether-spi、aether-api 和 aether-util
我们有使用 Arquillian 进行的集成测试。 Shrinkwrap 用于解决 maven 依赖关系并构建用于测试的 EAR 文件。我刚刚将 org.jboss.shrinkwrap.resolv
我试图从java应用程序执行kie-workbench规则,使用drools-6.1.0.Final版本成功,当我升级到drools-6.2.0时,出现以下异常:(Maven version-3.2.
他们的文档非常薄弱,我无法弄清楚。 我找到了部分答案 here ,但它没有所有代码。 如何使用 aether 从 Java 找到最新版本的 Maven Artifact ? 最佳答案 Aether 团
我的目标是开发一个用于工件部署的内部工具。这些工件位于本地存储库管理系统(sonatype nexus)中。经过研究,我尝试使用 Aether-Api 来实现该任务。但我未能重新编程其中一个 exam
这个问题在这里已经有了答案: Android Studio : Error injecting while Appengine backend generation (1 个回答) 关闭 8 年前。
我正在尝试在我的服务器上设置 Jenkins,但是在完成工作之后事情就变了。您可以在此处查看控制台:http://ci.lolmewn.nl/job/AcceptRules/4/console 起初我
使用以下命令构建 Sqoop2 时: mvn 包 -Pbinary 我收到一个错误: “执行 org.apache.maven.plugins:maven-site-plugin:3.0-beta-3
有没有人使用 sbt-aether-deploy 将 sbt-native-packager 生成的工件(在我的例子中是 tgz)发布到 nexus 仓库? (我需要这个用于带时间戳的快照,特别是 n
我是一名优秀的程序员,十分优秀!