[forge-issues] [JBoss JIRA] (FORGE-1705) Could not transfer artifact from/to central
Antonio Goncalves (JIRA)
issues at jboss.org
Fri Mar 28 04:22:12 EDT 2014
Antonio Goncalves created FORGE-1705:
----------------------------------------
Summary: Could not transfer artifact from/to central
Key: FORGE-1705
URL: https://issues.jboss.org/browse/FORGE-1705
Project: Forge
Issue Type: Task
Components: Addon Manager
Affects Versions: 2.3.0.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
I am at a customer who uses a in-house Artifactory, no direct access to Maven Central. So when I setup JPA for example :
{code}
[MyProj]$ jpa-setup
***ERROR*** No Facet of type [interface org.jboss.forge.addon.javaee.jpa.JPAFacet] is installed.
{code}
I get the following exception :
{code}
[ERROR] Non-resolvable import POM: Could not transfer artifact org.jboss.spec:jboss-javaee-6.0:pom:3.0.2.Final from/to central (http://repo.maven.apache.org/maven2): Error transferring file: repo.maven.apache.org from http://repo.maven.apache.org/maven2/org/jboss/spec/jboss-javaee-6.0/3.0.2.Final/jboss-javaee-6.0-3.0.2.Final.pom @ line 11, column 19
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:179) [maven-core-3.1.1.jar:3.1.1]
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:105) [maven-core-3.1.1.jar:3.1.1]
at org.jboss.forge.addon.maven.projects.MavenBuildManager.getProjectBuildingResult(MavenBuildManager.java:88) [maven-impl-projects-2.3.0.Final.jar:2.3.0.Final]
... 79 more
Caused by: org.apache.maven.model.building.ModelBuildingException: 1 problem was encountered while building the effective model for org.MyProj:MyProj:1.0.0-SNAPSHOT
{code}
So it looks like, by default, it uses the {{http://repo.maven.apache.org/maven2}} which is not accessible. Is there a way not to specify this repository, but instead, rely on Maven configuration (here, the in-house Artifactory repository) ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the forge-issues
mailing list