Maven与JBoss开发者工作室9.x

时间:2015-10-09 04:34:25

标签: maven

我正在使用Maven 3.3.3版本和JBOSS DEVELOPER STUDIO 9.x. 我正在尝试创建一个maven模块。我收到一个错误。

无法从任何已配置的存储库解析原型org.apache.maven.archetypes:maven-archetype-quickstart:1.1。 无法解析工件org.apache.maven.archetypes:maven-archetype-quickstart:pom:1.1 无法传输工件org.apache.maven.archetypes:maven-archetype-quickstart:pom:1.1 from / to central(https://repo.maven.apache.org/maven2):repo.maven.apache.org 无法传输工件org.apache.maven.archetypes:maven-archetype-quickstart:pom:1.1 from / to central(https://repo.maven.apache.org/maven2):repo.maven.apache.org

在命令提示符下,我得到了这个。

enter image description here

代理详细信息如下,其中xxx可分别由用户名,密码,主机替换。

 <proxy>
  <id>optional</id>
  <active>true</active>
  <protocol>http</protocol>
  <username>xxx</username>
  <password>xxx</password>
  <host>xxx, 3128</host>
  <port>3128</port> 
  <nonProxyHosts>local.net|some.host.com</nonProxyHosts>
</proxy>

任何帮助表示感谢。

1 个答案:

答案 0 :(得分:0)

如果您支持代理,请将其放入%USER_HOME%/.m2/settings.xml

由于代理设置,似乎没有从工作站/服务器到maven中心的连接。

当您尝试在JBoss Developer Studio外部调用maven时会发生什么? E.g。

mvn archetype:create 
  -DgroupId=test
  -DartifactId=test2
  -DarchetypeArtifactId=maven-archetype-quickstart