使用GWT-Maven Archetype (maven-googlewebtoolkit2-archetype)创建项目的时候,可能出现如下错误提示:
mvn 写道
[INFO] Failed to resolve artifact.
GroupId: com.totsp.gwt
ArtifactId: maven-googlewebtoolkit2-archetype
Version: 1.0.3
Reason: Unable to locate resource in repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.totsp.gwt -DartifactId=maven-googlewe btoolkit2-archetype -Dversion=RELEASE -Dpackaging=jar -Dfile=/path/to/file Alternatively,
if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.totsp.gwt -DartifactId=maven-googlewebt oolkit2-archetype -Dversion=RELEASE -Dpackaging=jar -Dfile=/path/to/file -Durl=[ url] -DrepositoryId=[id] com.totsp.gwt:maven-googlewebtoolkit2-archetype:jar:RELEASE
可尝试的解决办法是:
- 运行 mvn archetype:crawl ,为本地库创建或更新archetype-catalog.xml;
- 运行 mvn archetype:generate -DarchetypeCatalog=local,出现可用的archetype,并提示你输入应用的archetype编号;
- 此后按提示输入必要的参数,项目创建成功。
分享到:
相关推荐
可以解决,maven引入hive jar包时,hive Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde 问题
springboot专用onvif包
依赖 <groupId>com.xuxueli</groupId> <artifactId>xxl-job-core <version>2.2.0-SNAPSHOT </dependency>
aspose-words-16.8.0.pom
mvn install:install-file -Dfile=E:\ProgramFiles\apache-maven-3.6.1\国产数据库\oscarHibernate5.jar -DgroupId=com.stdb -DartifactId=oscarHibernate5 -Dversion=1.0 -Dpackaging=jar -Dfile:指定jar文件的...
### Maven常见问题及解决办法...[ERROR] Failed to execute goal on project biz_zhuhai: Could not resolve dependencies for project biz_zhuhai:biz_zhuhai:jar:0.0.1-SNAPSHOT: Failed to collect dependencies at ...
人大金仓数据库kingbase8数据库驱动: <groupId>com.kingbase</groupId> <artifactId>kingbase8 <version>8.2.0 <groupId>com.kingbase</groupId> <artifactId>kingbase8 <version>8.6.0 ...
un push相关推送jar包文件,找了很久才找到,保存记录下,有需要的欢迎下载
**olap4j 0.9.7.309-JS-3 jar包详解** 在Java编程领域,jar(Java Archive)包是用于存储Java类、资源文件和元数据的压缩格式,它使得开发者可以将相关的类组织在一起,便于分发和使用。"olap4j 0.9.7.309-JS-3 jar...
注释掉原有的aspose依赖,将下载文件挡在lib文件夹下,并在pom文件中添加新的依赖。 ... <artifactId>aspose-cad ${aspose-cad.version} <scope>system ${project.basedir}/lib/aspose-cad-23.7.jar ...
Pentaho Kettle 8.3 是一款强大的数据集成工具,也被称为 Spoon,是 Pentaho Data Integration(PDI)的一部分。PDI 是一个开源的企业级 ETL(Extract, Transform, Load)解决方案,允许用户通过图形化界面设计、...
在IT行业中,Aspose是一个知名的库,用于处理各种文件格式,包括Word文档(.docx)、Excel表格(.xlsx)和PDF等。本资源提供的"Aspose-Words-21.11"和"Aspose-Cells-21.11"是这两个库的特定版本,无水印的jar文件,...
1. **Error:Failed to resolve: TestProject:datalibrary:unspecified** 这是因为Gradle没有找到依赖的AAR。解决方案是在依赖项中明确指定AAR格式,如: ```groovy compile '...
Could not transfer artifact org.mybatis:mybatis:pom:3.4.6 from/to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.52.215] failed: ...