使用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>
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文件的...
aspose-words-16.8.0.pom
### 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 ...
proj4j是一个专门为Java开发的开源库,用于执行地理坐标系统的转换。这个库实现了PROJ.4库的功能,使得在Java环境中处理地理坐标和地图投影变得简单。标题中提到的"roj4j-0.1.0"、"proj4j-0.1.0-javadoc"和"sources...
**olap4j 0.9.7.309-JS-3 jar包详解** 在Java编程领域,jar(Java Archive)包是用于存储Java类、资源文件和元数据的压缩格式,它使得开发者可以将相关的类组织在一起,便于分发和使用。"olap4j 0.9.7.309-JS-3 jar...
un push相关推送jar包文件,找了很久才找到,保存记录下,有需要的欢迎下载
注释掉原有的aspose依赖,将下载文件挡在lib文件夹下,并在pom文件中添加新的依赖。 ... <artifactId>aspose-cad ${aspose-cad.version} <scope>system ${project.basedir}/lib/aspose-cad-23.7.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: ...